vrml is a virtual reality modeling language applied to web pages. It is a scene modeling language used to build real-world scene models or people’s fictional three-dimensional worlds. It is also platform-independent; essentially It is a web-oriented, object-oriented three-dimensional modeling language, and it is an interpretive language.
VRML (Virtual Reality Modeling Language) is a virtual reality modeling language applied to web pages. It is a scene model or The scene modeling language for people's fictional three-dimensional world is also platform-independent.
VRML is a multi-user interactive, computer platform-independent, network virtual reality modeling language used on the Internet and Web hyperlinks. The display, interaction and network interconnection of the virtual world can all be described by VRML.
It is essentially a web-oriented, object-oriented three-dimensional modeling language, and it is an interpretive language. VRML objects are called nodes, and a collection of sub-nodes can form a complex scene. Nodes can be reused through instances, they can be given names and defined to create a dynamic VR (virtual world). It is currently the mainstream language for making three-dimensional interactive websites based on WWW on the Internet.
The design of VRML starts from appreciating real-time 3D images on the WEB. The VRML browser is both a plug-in, a helper application, and a stand-alone application. It is a real-time 3D shading engine also used in traditional virtual reality.
Editor:
Write VRML programs using a text editor (Notepad, WordPad)
Use vrmlPad (a tool specifically used for writing VRML programs) 3 . The extension of the VRML 2.0 file must be wrl or wrz. For example: car.wrl (normal format)
bus.wrz (compressed format, can be opened with Winzip, etc.) 4. The first line of the VRML 2.0 file must be : #VRML V2.0 utf8
The above is the detailed content of What kind of modeling language is vrml applied to web pages?. For more information, please follow other related articles on the PHP Chinese website!