home *** CD-ROM | disk | FTP | other *** search
- #VRML V1.0 ascii
-
- Separator {
- DEF Forest Separator {
- Transform { translation 2.5 0 2.5 }
- WWWInline { name "forest.wrl" }
- }
- DEF Grass Separator {
- Texture2 { filename "grass01.gif" }
- TextureCoordinate2 { point [ 0 0, 1 0, 1 1, 0 1 ] }
- Texture2Transform { scalefactor 25 25 }
- Material { diffuseColor 0 1 0 }
- Coordinate3 { point [ 0 0 0, 50 0 0, 50 0 50, 0 0 50 ] }
- IndexedFaceSet {
- coordIndex [ 0, 1, 2, 3, -1 ]
- textureCoordIndex [ 0, 1, 2, 3, -1 ]
- }
- }
- }
-