1#Inventor V2.1 ascii
2
3Separator {
4  ShapeHints {
5    vertexOrdering COUNTERCLOCKWISE
6    shapeType SOLID
7  }
8
9  DEF HW Separator {
10    BaseColor {
11      rgb 1 0 0
12    }
13    Scale {
14      scaleFactor 10 2 1
15    }
16    DEF UnitCube Separator {
17      Coordinate3 {
18        point [
19          0 0 0,
20          1 0 0,
21          1 1 0,
22          0 1 0,
23          0 0 1,
24          1 0 1,
25          1 1 1,
26          0 1 1
27        ]
28      }
29      SoIndexedFaceSet {
30        coordIndex [
31          0, 1, 5, 4, -1,
32          0, 3, 2, 1, -1,
33          0, 4, 7, 3, -1,
34          1, 2, 6, 5, -1,
35          2, 3, 7, 6, -1,
36          4, 5, 6, 7, -1
37        ]
38      }
39    }
40  }
41  DEF OS Separator {
42    BaseColor {
43      rgb 0 0 1
44    }
45    Translation {
46      translation 0 2 0
47    }
48    Scale {
49      scaleFactor 10 8 1
50    }
51    USE UnitCube
52  }
53  DEF GL Separator {
54    BaseColor {
55      rgb 0 1 0
56    }
57    Translation {
58      translation 1 1 1
59    }
60    Scale {
61      scaleFactor 4 8 1
62    }
63    USE UnitCube
64  }
65  DEF QT Separator {
66    BaseColor {
67      rgb 1 0 1
68    }
69    Translation {
70      translation 5 1 1
71    }
72    Scale {
73      scaleFactor 4 8 1
74    }
75    USE UnitCube
76  }
77  DEF Coin Separator {
78    BaseColor {
79      rgb 1 1 0
80    }
81    Translation {
82      translation 2 2 2
83    }
84    Scale {
85      scaleFactor 3 5 1
86    }
87    USE UnitCube
88  }
89  DEF SoQt Separator {
90    BaseColor {
91      rgb 0 1 1
92    }
93    Separator {
94      Translation {
95        translation 5 4 2
96      }
97      Scale {
98        scaleFactor 3 3 1
99      }
100      USE UnitCube
101    }
102    Separator {
103      Translation {
104        translation 2 7 2
105      }
106      Scale {
107        scaleFactor 6 1 1
108      }
109      USE UnitCube
110    }
111  }
112
113  Separator {
114#    PolygonOffset {
115#      styles FILLED
116#      units 10
117#    }
118    BaseColor {
119#     rgb 1 1 1
120      rgb 0 0 0
121    }
122    RotationXYZ {
123      axis Z
124      angle 4.712
125    }
126    Separator {
127      Translation {
128        translation -9 0.25 1.02
129      }
130      Scale {
131        scaleFactor 0.08 0.08 1
132      }
133      Text3 {
134        parts ALL
135        string "Operating System"
136      }
137    }
138    Separator {
139      Translation {
140        translation -1.7 0.25 1.02
141      }
142      Scale {
143        scaleFactor 0.08 0.08 1
144      }
145      Text3 {
146        parts ALL
147        string "HW"
148      }
149    }
150    Separator {
151      Translation {
152        translation -6.5 1.25 2.02
153      }
154      Scale {
155        scaleFactor 0.08 0.08 1
156      }
157      Text3 {
158        parts ALL
159        string "OpenGL"
160      }
161    }
162    Separator {
163      Translation {
164        translation -3.0 6.75 2.02
165      }
166      Scale {
167        scaleFactor 0.08 0.08 1
168      }
169      Text3 {
170        parts ALL
171        string "Qt"
172      }
173    }
174    Separator {
175      Translation {
176        translation -5.3 3.25 3.02
177      }
178      Scale {
179        scaleFactor 0.08 0.08 1
180      }
181      Text3 {
182        parts ALL
183        string "Coin"
184      }
185    }
186    Separator {
187      Translation {
188        translation -6.8 6.25 3.02
189      }
190      Scale {
191        scaleFactor 0.08 0.08 1
192      }
193      Text3 {
194        parts ALL
195        string "SoQt"
196      }
197    }
198  }
199
200# DISABLED: the transparent box wasn't looking very good, so I killed it.
201# 20011006 mortene.
202
203#  Separator {
204#    Material {
205#      transparency 0.4
206#    }
207#    Scale {
208#      scaleFactor 10 10 4
209#    }
210#    USE UnitCube
211#  }
212}
213