VRML (Virtual Reality Modeling/Markup Language) Question:
What are primitives in VRML?
Answer:
Primitives are basic geometric shapes that are built into the language. The shapes available are: Sphere, Box, Cylinder and Cone. You should abuse these nodes because they are defined in a small number of lines, keeping the size of your document at a minimum.
Previous Question | Next Question |
What are nodes in VRML? | How can we insert comments in VRML? |