您的位置:首页 > 其它

vrml的一些e文章

2006-01-17 16:09 183 查看
VRML97
How do I embed VRML into my web pages?
如何在网页中嵌入VRML文件?

At some point, you'll almost certainly want to embed VRML inside an HTML page. That's easy, but this workshop deals with intelligent embedding, so that users are never confronted with a 'plugin required' message.
How do I create 'dashboard' or 'HUD' geometry in my worlds?
如何创建Dashboard、HUD显示效果?(如制作导航图等)

If you want to display some information to the user at all times, you'll need a way to keep shapes in the same position on the screen at all times. This workshop explains how to create 'HUD' (Heads-Up Display) geometry that stays still relative to the user as he or she moves.
How can I debug VRML events and scripts?
如何调试VRML脚本?

Debugging events can be difficult, especially when you're working in a number of different browsers at once. This workshop gives a few pointers on how to debug event chains and scripts in VRML.
How do I create an infinite textured floor?
如何创建无限大的地板?

If you want to create a floor that goes on forever, without having infintely large polygons, this workshop will show you how to create a seemingly infinite textured floor that actually moves with the user.
How can link a URL to a location in my world?
如何在场景中链接站点等?
Often, instead of linking a URL to an object, using the Anchor node, you want the user to go to a different URL when he or she walks to a particular place in your world. This workshop goes through the process of creating a teleporter that does exactly that.
How do I create VRML with PHP?
如何用PHP创建VRML文件?

PHP is becoming very popular for generating dynamic HTML websites. However, you don't just have to stick to boring old 2D - take database-driven websites into the third dimension with PHP and VRML.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: