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