1 / 11

VRML Programming and Geometric Solids By Paula Vilone and Kevin Wright

Platonics. and Geometric Solids. VRML Programming and Geometric Solids By Paula Vilone and Kevin Wright. Sample VRML Program. #VRML V2.0 utf8 -------------------------- VRML heading #Paula Vilone/Kevin Wright -------------------------- #anything is used for comments

lamont
Download Presentation

VRML Programming and Geometric Solids By Paula Vilone and Kevin Wright

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Platonics and Geometric Solids VRML Programming and Geometric Solids By Paula Vilone and Kevin Wright

  2. Sample VRML Program • #VRML V2.0 utf8 --------------------------VRML heading • #Paula Vilone/Kevin Wright --------------------------#anything is used for comments • Shape { --------------------------all shapes must start with this node • appearance Appearance {------------------------ defines color and surface texture • material Material { -------------------------further defines color, shininess, transparency • diffuseColor 0 1 0------------------------color numbers are decimals from 0 to 1 • } --------------------------closes above nodes • } • geometry Box { size 3 5 4}----------------------- tells the type of geometric solid to create • }

  3. Cone Geometric Solids

  4. Box Cube Hexahedron Geometric Solids

  5. Sphere Geometric Solids

  6. Cylinder Geometric Solids

  7. Dodecahedron Geometric Solids

  8. Icosahedron Geometric Solids

  9. Octahedron Geometric Solids

  10. Tetrahedron Geometric Solids

  11. Have Fun!!!!

More Related