source: snovis/head/scripts/Inventor/Floor.iv @ 6

Last change on this file since 6 was 6, checked in by barrand, 17 years ago
File size: 621 bytes
Line 
1#Inventor V1.0 ascii
2
3DEF sceneGraph Separator {
4  DEF highlight Switch {
5    whichChild 0
6    Material {diffuseColor 0.8 0.8 0.8}
7    Material {diffuseColor 1 1 1}   
8  }
9  Transform {translation -2500 -2500 -2500}
10  SoSeparator {
11    Scale {scaleFactor 1000 1000 1000}
12    RotationXYZ {axis X angle 1.57079}
13    Array {
14#      origin CENTER
15      numElements1 5
16      numElements2 5
17      Coordinate3 {
18        point [ 0.0  0.0  0.0,
19                1.0  0.0  0.0,
20                1.0  1.0  0.0,
21                0.0  1.0  0.0]
22      }
23      IndexedLineSet {
24        coordIndex [ 0, 1, 2, 3, 0, -1 ]
25      }
26   }
27  }
28}
Note: See TracBrowser for help on using the repository browser.