vrml的一些e文章

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.
posted @ 2006-01-17 16:09  OOP  阅读(446)  评论(1编辑  收藏  举报