stairs colli2.fbx 84 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022
  1. ; FBX 6.1.0 project file
  2. ; Created by Blender FBX Exporter
  3. ; for support mail: ideasman42@gmail.com
  4. ; ----------------------------------------------------
  5. FBXHeaderExtension: {
  6. FBXHeaderVersion: 1003
  7. FBXVersion: 6100
  8. CreationTimeStamp: {
  9. Version: 1000
  10. Year: 2015
  11. Month: 01
  12. Day: 25
  13. Hour: 18
  14. Minute: 56
  15. Second: 29
  16. Millisecond: 0
  17. }
  18. Creator: "FBX SDK/FBX Plugins build 20070228"
  19. OtherFlags: {
  20. FlagPLE: 0
  21. }
  22. }
  23. CreationTime: "2015-01-25 18:56:29:000"
  24. Creator: "Blender version 2.70 (sub 0)"
  25. ; Object definitions
  26. ;------------------------------------------------------------------
  27. Definitions: {
  28. Version: 100
  29. Count: 15
  30. ObjectType: "Model" {
  31. Count: 13
  32. }
  33. ObjectType: "Geometry" {
  34. Count: 5
  35. }
  36. ObjectType: "Material" {
  37. Count: 1
  38. }
  39. ObjectType: "Pose" {
  40. Count: 1
  41. }
  42. ObjectType: "GlobalSettings" {
  43. Count: 1
  44. }
  45. }
  46. ; Object properties
  47. ;------------------------------------------------------------------
  48. Objects: {
  49. Model: "Model::Camera Switcher", "CameraSwitcher" {
  50. Version: 232
  51. Properties60: {
  52. Property: "QuaternionInterpolate", "bool", "",0
  53. Property: "Visibility", "Visibility", "A+",1
  54. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  55. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  56. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  57. Property: "RotationOffset", "Vector3D", "",0,0,0
  58. Property: "RotationPivot", "Vector3D", "",0,0,0
  59. Property: "ScalingOffset", "Vector3D", "",0,0,0
  60. Property: "ScalingPivot", "Vector3D", "",0,0,0
  61. Property: "TranslationActive", "bool", "",0
  62. Property: "TranslationMin", "Vector3D", "",0,0,0
  63. Property: "TranslationMax", "Vector3D", "",0,0,0
  64. Property: "TranslationMinX", "bool", "",0
  65. Property: "TranslationMinY", "bool", "",0
  66. Property: "TranslationMinZ", "bool", "",0
  67. Property: "TranslationMaxX", "bool", "",0
  68. Property: "TranslationMaxY", "bool", "",0
  69. Property: "TranslationMaxZ", "bool", "",0
  70. Property: "RotationOrder", "enum", "",0
  71. Property: "RotationSpaceForLimitOnly", "bool", "",0
  72. Property: "AxisLen", "double", "",10
  73. Property: "PreRotation", "Vector3D", "",0,0,0
  74. Property: "PostRotation", "Vector3D", "",0,0,0
  75. Property: "RotationActive", "bool", "",0
  76. Property: "RotationMin", "Vector3D", "",0,0,0
  77. Property: "RotationMax", "Vector3D", "",0,0,0
  78. Property: "RotationMinX", "bool", "",0
  79. Property: "RotationMinY", "bool", "",0
  80. Property: "RotationMinZ", "bool", "",0
  81. Property: "RotationMaxX", "bool", "",0
  82. Property: "RotationMaxY", "bool", "",0
  83. Property: "RotationMaxZ", "bool", "",0
  84. Property: "RotationStiffnessX", "double", "",0
  85. Property: "RotationStiffnessY", "double", "",0
  86. Property: "RotationStiffnessZ", "double", "",0
  87. Property: "MinDampRangeX", "double", "",0
  88. Property: "MinDampRangeY", "double", "",0
  89. Property: "MinDampRangeZ", "double", "",0
  90. Property: "MaxDampRangeX", "double", "",0
  91. Property: "MaxDampRangeY", "double", "",0
  92. Property: "MaxDampRangeZ", "double", "",0
  93. Property: "MinDampStrengthX", "double", "",0
  94. Property: "MinDampStrengthY", "double", "",0
  95. Property: "MinDampStrengthZ", "double", "",0
  96. Property: "MaxDampStrengthX", "double", "",0
  97. Property: "MaxDampStrengthY", "double", "",0
  98. Property: "MaxDampStrengthZ", "double", "",0
  99. Property: "PreferedAngleX", "double", "",0
  100. Property: "PreferedAngleY", "double", "",0
  101. Property: "PreferedAngleZ", "double", "",0
  102. Property: "InheritType", "enum", "",0
  103. Property: "ScalingActive", "bool", "",0
  104. Property: "ScalingMin", "Vector3D", "",1,1,1
  105. Property: "ScalingMax", "Vector3D", "",1,1,1
  106. Property: "ScalingMinX", "bool", "",0
  107. Property: "ScalingMinY", "bool", "",0
  108. Property: "ScalingMinZ", "bool", "",0
  109. Property: "ScalingMaxX", "bool", "",0
  110. Property: "ScalingMaxY", "bool", "",0
  111. Property: "ScalingMaxZ", "bool", "",0
  112. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  113. Property: "GeometricRotation", "Vector3D", "",0,0,0
  114. Property: "GeometricScaling", "Vector3D", "",1,1,1
  115. Property: "LookAtProperty", "object", ""
  116. Property: "UpVectorProperty", "object", ""
  117. Property: "Show", "bool", "",1
  118. Property: "NegativePercentShapeSupport", "bool", "",1
  119. Property: "DefaultAttributeIndex", "int", "",0
  120. Property: "Color", "Color", "A",0.8,0.8,0.8
  121. Property: "Camera Index", "Integer", "A+",100
  122. }
  123. MultiLayer: 0
  124. MultiTake: 1
  125. Hidden: "True"
  126. Shading: W
  127. Culling: "CullingOff"
  128. Version: 101
  129. Name: "Model::Camera Switcher"
  130. CameraId: 0
  131. CameraName: 100
  132. CameraIndexName:
  133. }
  134. Model: "Model::Cube_026", "Mesh" {
  135. Version: 232
  136. Properties60: {
  137. Property: "QuaternionInterpolate", "bool", "",0
  138. Property: "Visibility", "Visibility", "A+",1
  139. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  140. Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000
  141. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  142. Property: "RotationOffset", "Vector3D", "",0,0,0
  143. Property: "RotationPivot", "Vector3D", "",0,0,0
  144. Property: "ScalingOffset", "Vector3D", "",0,0,0
  145. Property: "ScalingPivot", "Vector3D", "",0,0,0
  146. Property: "TranslationActive", "bool", "",0
  147. Property: "TranslationMin", "Vector3D", "",0,0,0
  148. Property: "TranslationMax", "Vector3D", "",0,0,0
  149. Property: "TranslationMinX", "bool", "",0
  150. Property: "TranslationMinY", "bool", "",0
  151. Property: "TranslationMinZ", "bool", "",0
  152. Property: "TranslationMaxX", "bool", "",0
  153. Property: "TranslationMaxY", "bool", "",0
  154. Property: "TranslationMaxZ", "bool", "",0
  155. Property: "RotationOrder", "enum", "",0
  156. Property: "RotationSpaceForLimitOnly", "bool", "",0
  157. Property: "AxisLen", "double", "",10
  158. Property: "PreRotation", "Vector3D", "",0,0,0
  159. Property: "PostRotation", "Vector3D", "",0,0,0
  160. Property: "RotationActive", "bool", "",0
  161. Property: "RotationMin", "Vector3D", "",0,0,0
  162. Property: "RotationMax", "Vector3D", "",0,0,0
  163. Property: "RotationMinX", "bool", "",0
  164. Property: "RotationMinY", "bool", "",0
  165. Property: "RotationMinZ", "bool", "",0
  166. Property: "RotationMaxX", "bool", "",0
  167. Property: "RotationMaxY", "bool", "",0
  168. Property: "RotationMaxZ", "bool", "",0
  169. Property: "RotationStiffnessX", "double", "",0
  170. Property: "RotationStiffnessY", "double", "",0
  171. Property: "RotationStiffnessZ", "double", "",0
  172. Property: "MinDampRangeX", "double", "",0
  173. Property: "MinDampRangeY", "double", "",0
  174. Property: "MinDampRangeZ", "double", "",0
  175. Property: "MaxDampRangeX", "double", "",0
  176. Property: "MaxDampRangeY", "double", "",0
  177. Property: "MaxDampRangeZ", "double", "",0
  178. Property: "MinDampStrengthX", "double", "",0
  179. Property: "MinDampStrengthY", "double", "",0
  180. Property: "MinDampStrengthZ", "double", "",0
  181. Property: "MaxDampStrengthX", "double", "",0
  182. Property: "MaxDampStrengthY", "double", "",0
  183. Property: "MaxDampStrengthZ", "double", "",0
  184. Property: "PreferedAngleX", "double", "",0
  185. Property: "PreferedAngleY", "double", "",0
  186. Property: "PreferedAngleZ", "double", "",0
  187. Property: "InheritType", "enum", "",0
  188. Property: "ScalingActive", "bool", "",0
  189. Property: "ScalingMin", "Vector3D", "",1,1,1
  190. Property: "ScalingMax", "Vector3D", "",1,1,1
  191. Property: "ScalingMinX", "bool", "",0
  192. Property: "ScalingMinY", "bool", "",0
  193. Property: "ScalingMinZ", "bool", "",0
  194. Property: "ScalingMaxX", "bool", "",0
  195. Property: "ScalingMaxY", "bool", "",0
  196. Property: "ScalingMaxZ", "bool", "",0
  197. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  198. Property: "GeometricRotation", "Vector3D", "",0,0,0
  199. Property: "GeometricScaling", "Vector3D", "",1,1,1
  200. Property: "LookAtProperty", "object", ""
  201. Property: "UpVectorProperty", "object", ""
  202. Property: "Show", "bool", "",1
  203. Property: "NegativePercentShapeSupport", "bool", "",1
  204. Property: "DefaultAttributeIndex", "int", "",0
  205. Property: "Color", "Color", "A",0.8,0.8,0.8
  206. Property: "Size", "double", "",100
  207. Property: "Look", "enum", "",1
  208. }
  209. MultiLayer: 0
  210. MultiTake: 1
  211. Shading: Y
  212. Culling: "CullingOff"
  213. Vertices: -0.725093,0.392643,-1.178856,-0.725093,1.527089,-1.178856,-0.871667,1.527089,-1.178856,-0.871667,0.392643,-1.178856,
  214. -0.725093,-0.774708,1.267801,-0.725093,0.361520,1.267801,-0.871667,0.361520,1.267801,-0.871667,-0.774708,1.267801
  215. PolygonVertexIndex: 4,0,1,-6,5,1,2,-7,6,2,3,-8,7,3,0,-5,0,3,2,-2,7,4,5,-7
  216. GeometryVersion: 124
  217. LayerElementNormal: 0 {
  218. Version: 101
  219. Name: ""
  220. MappingInformationType: "ByPolygonVertex"
  221. ReferenceInformationType: "Direct"
  222. Normals: 0.557482,-0.702139,0.442946,0.604419,-0.425062,-0.673757,0.557482,0.701987,-0.443159,0.604389,0.425275,0.673666,
  223. 0.604389,0.425275,0.673666,0.557482,0.701987,-0.443159,-0.557482,0.701987,-0.443159,-0.604389,0.425275,0.673666,
  224. -0.604389,0.425275,0.673666,-0.557482,0.701987,-0.443159,-0.604419,-0.425062,-0.673757,-0.557482,-0.702139,0.442946,
  225. -0.557482,-0.702139,0.442946,-0.604419,-0.425062,-0.673757,0.604419,-0.425062,-0.673757,0.557482,-0.702139,0.442946,
  226. 0.604419,-0.425062,-0.673757,-0.604419,-0.425062,-0.673757,-0.557482,0.701987,-0.443159,0.557482,0.701987,-0.443159,
  227. -0.557482,-0.702139,0.442946,0.557482,-0.702139,0.442946,0.604389,0.425275,0.673666,-0.604389,0.425275,0.673666
  228. }
  229. LayerElementSmoothing: 0 {
  230. Version: 102
  231. Name: ""
  232. MappingInformationType: "ByPolygon"
  233. ReferenceInformationType: "Direct"
  234. Smoothing: 1,1,1,1,1,1
  235. }
  236. LayerElementMaterial: 0 {
  237. Version: 101
  238. Name: ""
  239. MappingInformationType: "AllSame"
  240. ReferenceInformationType: "IndexToDirect"
  241. Materials: 0
  242. }
  243. Layer: 0 {
  244. Version: 100
  245. LayerElement: {
  246. Type: "LayerElementNormal"
  247. TypedIndex: 0
  248. }
  249. LayerElement: {
  250. Type: "LayerElementSmoothing"
  251. TypedIndex: 0
  252. }
  253. LayerElement: {
  254. Type: "LayerElementTexture"
  255. TypedIndex: 0
  256. }
  257. LayerElement: {
  258. Type: "LayerElementMaterial"
  259. TypedIndex: 0
  260. }
  261. }
  262. }
  263. Model: "Model::Cube_024", "Mesh" {
  264. Version: 232
  265. Properties60: {
  266. Property: "QuaternionInterpolate", "bool", "",0
  267. Property: "Visibility", "Visibility", "A+",1
  268. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  269. Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000
  270. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  271. Property: "RotationOffset", "Vector3D", "",0,0,0
  272. Property: "RotationPivot", "Vector3D", "",0,0,0
  273. Property: "ScalingOffset", "Vector3D", "",0,0,0
  274. Property: "ScalingPivot", "Vector3D", "",0,0,0
  275. Property: "TranslationActive", "bool", "",0
  276. Property: "TranslationMin", "Vector3D", "",0,0,0
  277. Property: "TranslationMax", "Vector3D", "",0,0,0
  278. Property: "TranslationMinX", "bool", "",0
  279. Property: "TranslationMinY", "bool", "",0
  280. Property: "TranslationMinZ", "bool", "",0
  281. Property: "TranslationMaxX", "bool", "",0
  282. Property: "TranslationMaxY", "bool", "",0
  283. Property: "TranslationMaxZ", "bool", "",0
  284. Property: "RotationOrder", "enum", "",0
  285. Property: "RotationSpaceForLimitOnly", "bool", "",0
  286. Property: "AxisLen", "double", "",10
  287. Property: "PreRotation", "Vector3D", "",0,0,0
  288. Property: "PostRotation", "Vector3D", "",0,0,0
  289. Property: "RotationActive", "bool", "",0
  290. Property: "RotationMin", "Vector3D", "",0,0,0
  291. Property: "RotationMax", "Vector3D", "",0,0,0
  292. Property: "RotationMinX", "bool", "",0
  293. Property: "RotationMinY", "bool", "",0
  294. Property: "RotationMinZ", "bool", "",0
  295. Property: "RotationMaxX", "bool", "",0
  296. Property: "RotationMaxY", "bool", "",0
  297. Property: "RotationMaxZ", "bool", "",0
  298. Property: "RotationStiffnessX", "double", "",0
  299. Property: "RotationStiffnessY", "double", "",0
  300. Property: "RotationStiffnessZ", "double", "",0
  301. Property: "MinDampRangeX", "double", "",0
  302. Property: "MinDampRangeY", "double", "",0
  303. Property: "MinDampRangeZ", "double", "",0
  304. Property: "MaxDampRangeX", "double", "",0
  305. Property: "MaxDampRangeY", "double", "",0
  306. Property: "MaxDampRangeZ", "double", "",0
  307. Property: "MinDampStrengthX", "double", "",0
  308. Property: "MinDampStrengthY", "double", "",0
  309. Property: "MinDampStrengthZ", "double", "",0
  310. Property: "MaxDampStrengthX", "double", "",0
  311. Property: "MaxDampStrengthY", "double", "",0
  312. Property: "MaxDampStrengthZ", "double", "",0
  313. Property: "PreferedAngleX", "double", "",0
  314. Property: "PreferedAngleY", "double", "",0
  315. Property: "PreferedAngleZ", "double", "",0
  316. Property: "InheritType", "enum", "",0
  317. Property: "ScalingActive", "bool", "",0
  318. Property: "ScalingMin", "Vector3D", "",1,1,1
  319. Property: "ScalingMax", "Vector3D", "",1,1,1
  320. Property: "ScalingMinX", "bool", "",0
  321. Property: "ScalingMinY", "bool", "",0
  322. Property: "ScalingMinZ", "bool", "",0
  323. Property: "ScalingMaxX", "bool", "",0
  324. Property: "ScalingMaxY", "bool", "",0
  325. Property: "ScalingMaxZ", "bool", "",0
  326. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  327. Property: "GeometricRotation", "Vector3D", "",0,0,0
  328. Property: "GeometricScaling", "Vector3D", "",1,1,1
  329. Property: "LookAtProperty", "object", ""
  330. Property: "UpVectorProperty", "object", ""
  331. Property: "Show", "bool", "",1
  332. Property: "NegativePercentShapeSupport", "bool", "",1
  333. Property: "DefaultAttributeIndex", "int", "",0
  334. Property: "Color", "Color", "A",0.8,0.8,0.8
  335. Property: "Size", "double", "",100
  336. Property: "Look", "enum", "",1
  337. }
  338. MultiLayer: 0
  339. MultiTake: 1
  340. Shading: Y
  341. Culling: "CullingOff"
  342. Vertices: -0.718384,0.285711,-1.416004,-0.718384,0.520112,-1.316921,-0.841267,0.520112,-1.316921,-0.841267,0.285711,-1.416004,
  343. -0.718384,-1.036123,1.225736,-0.718384,-0.798287,1.344740,-0.841267,-0.798287,1.344740,-0.841267,-1.036123,1.225736
  344. PolygonVertexIndex: 4,0,1,-6,5,1,2,-7,6,2,3,-8,7,3,0,-5,0,3,2,-2,7,4,5,-7
  345. GeometryVersion: 124
  346. LayerElementNormal: 0 {
  347. Version: 101
  348. Name: ""
  349. MappingInformationType: "ByPolygonVertex"
  350. ReferenceInformationType: "Direct"
  351. Normals: 0.577349,-0.774651,0.257973,0.580767,-0.281777,-0.763726,0.574236,0.767479,-0.284921,0.577136,0.259560,0.774285,
  352. 0.577136,0.259560,0.774285,0.574236,0.767479,-0.284921,-0.574236,0.767479,-0.284921,-0.577136,0.259560,0.774285,
  353. -0.577136,0.259560,0.774285,-0.574236,0.767479,-0.284921,-0.580767,-0.281777,-0.763726,-0.577349,-0.774651,0.257973,
  354. -0.577349,-0.774651,0.257973,-0.580767,-0.281777,-0.763726,0.580767,-0.281777,-0.763726,0.577349,-0.774651,0.257973,
  355. 0.580767,-0.281777,-0.763726,-0.580767,-0.281777,-0.763726,-0.574236,0.767479,-0.284921,0.574236,0.767479,-0.284921,
  356. -0.577349,-0.774651,0.257973,0.577349,-0.774651,0.257973,0.577136,0.259560,0.774285,-0.577136,0.259560,0.774285
  357. }
  358. LayerElementSmoothing: 0 {
  359. Version: 102
  360. Name: ""
  361. MappingInformationType: "ByPolygon"
  362. ReferenceInformationType: "Direct"
  363. Smoothing: 1,1,1,1,1,1
  364. }
  365. LayerElementMaterial: 0 {
  366. Version: 101
  367. Name: ""
  368. MappingInformationType: "AllSame"
  369. ReferenceInformationType: "IndexToDirect"
  370. Materials: 0
  371. }
  372. Layer: 0 {
  373. Version: 100
  374. LayerElement: {
  375. Type: "LayerElementNormal"
  376. TypedIndex: 0
  377. }
  378. LayerElement: {
  379. Type: "LayerElementSmoothing"
  380. TypedIndex: 0
  381. }
  382. LayerElement: {
  383. Type: "LayerElementTexture"
  384. TypedIndex: 0
  385. }
  386. LayerElement: {
  387. Type: "LayerElementMaterial"
  388. TypedIndex: 0
  389. }
  390. }
  391. }
  392. Model: "Model::Cube_028", "Mesh" {
  393. Version: 232
  394. Properties60: {
  395. Property: "QuaternionInterpolate", "bool", "",0
  396. Property: "Visibility", "Visibility", "A+",1
  397. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  398. Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000
  399. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  400. Property: "RotationOffset", "Vector3D", "",0,0,0
  401. Property: "RotationPivot", "Vector3D", "",0,0,0
  402. Property: "ScalingOffset", "Vector3D", "",0,0,0
  403. Property: "ScalingPivot", "Vector3D", "",0,0,0
  404. Property: "TranslationActive", "bool", "",0
  405. Property: "TranslationMin", "Vector3D", "",0,0,0
  406. Property: "TranslationMax", "Vector3D", "",0,0,0
  407. Property: "TranslationMinX", "bool", "",0
  408. Property: "TranslationMinY", "bool", "",0
  409. Property: "TranslationMinZ", "bool", "",0
  410. Property: "TranslationMaxX", "bool", "",0
  411. Property: "TranslationMaxY", "bool", "",0
  412. Property: "TranslationMaxZ", "bool", "",0
  413. Property: "RotationOrder", "enum", "",0
  414. Property: "RotationSpaceForLimitOnly", "bool", "",0
  415. Property: "AxisLen", "double", "",10
  416. Property: "PreRotation", "Vector3D", "",0,0,0
  417. Property: "PostRotation", "Vector3D", "",0,0,0
  418. Property: "RotationActive", "bool", "",0
  419. Property: "RotationMin", "Vector3D", "",0,0,0
  420. Property: "RotationMax", "Vector3D", "",0,0,0
  421. Property: "RotationMinX", "bool", "",0
  422. Property: "RotationMinY", "bool", "",0
  423. Property: "RotationMinZ", "bool", "",0
  424. Property: "RotationMaxX", "bool", "",0
  425. Property: "RotationMaxY", "bool", "",0
  426. Property: "RotationMaxZ", "bool", "",0
  427. Property: "RotationStiffnessX", "double", "",0
  428. Property: "RotationStiffnessY", "double", "",0
  429. Property: "RotationStiffnessZ", "double", "",0
  430. Property: "MinDampRangeX", "double", "",0
  431. Property: "MinDampRangeY", "double", "",0
  432. Property: "MinDampRangeZ", "double", "",0
  433. Property: "MaxDampRangeX", "double", "",0
  434. Property: "MaxDampRangeY", "double", "",0
  435. Property: "MaxDampRangeZ", "double", "",0
  436. Property: "MinDampStrengthX", "double", "",0
  437. Property: "MinDampStrengthY", "double", "",0
  438. Property: "MinDampStrengthZ", "double", "",0
  439. Property: "MaxDampStrengthX", "double", "",0
  440. Property: "MaxDampStrengthY", "double", "",0
  441. Property: "MaxDampStrengthZ", "double", "",0
  442. Property: "PreferedAngleX", "double", "",0
  443. Property: "PreferedAngleY", "double", "",0
  444. Property: "PreferedAngleZ", "double", "",0
  445. Property: "InheritType", "enum", "",0
  446. Property: "ScalingActive", "bool", "",0
  447. Property: "ScalingMin", "Vector3D", "",1,1,1
  448. Property: "ScalingMax", "Vector3D", "",1,1,1
  449. Property: "ScalingMinX", "bool", "",0
  450. Property: "ScalingMinY", "bool", "",0
  451. Property: "ScalingMinZ", "bool", "",0
  452. Property: "ScalingMaxX", "bool", "",0
  453. Property: "ScalingMaxY", "bool", "",0
  454. Property: "ScalingMaxZ", "bool", "",0
  455. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  456. Property: "GeometricRotation", "Vector3D", "",0,0,0
  457. Property: "GeometricScaling", "Vector3D", "",1,1,1
  458. Property: "LookAtProperty", "object", ""
  459. Property: "UpVectorProperty", "object", ""
  460. Property: "Show", "bool", "",1
  461. Property: "NegativePercentShapeSupport", "bool", "",1
  462. Property: "DefaultAttributeIndex", "int", "",0
  463. Property: "Color", "Color", "A",0.8,0.8,0.8
  464. Property: "Size", "double", "",100
  465. Property: "Look", "enum", "",1
  466. }
  467. MultiLayer: 0
  468. MultiTake: 1
  469. Shading: Y
  470. Culling: "CullingOff"
  471. Vertices: -1.000000,-0.477139,0.821136,-1.000000,0.549081,-0.667219,1.000000,0.549081,-0.667219,1.000000,-0.477139,0.821136,
  472. -1.000000,-0.477139,1.332860,-1.000000,-0.434757,1.332860,1.000000,-0.434757,1.332860,1.000000,-0.477139,1.332860,
  473. -1.000000,0.514393,-1.188288,-1.000000,0.549081,-1.188288,1.000000,0.549081,-1.188288,1.000000,0.514393,-1.188288
  474. PolygonVertexIndex: 4,5,1,-1,5,6,2,-2,6,7,3,-3,7,4,0,-4,3,0,8,-12,7,6,5,-5,8,9,10,-12,2,3,11,-11,
  475. 1,2,10,-10,0,1,9,-9
  476. GeometryVersion: 124
  477. LayerElementNormal: 0 {
  478. Version: 101
  479. Name: ""
  480. MappingInformationType: "ByPolygonVertex"
  481. ReferenceInformationType: "Direct"
  482. Normals: -0.577349,-0.577349,0.577349,-0.605274,0.420667,0.675741,-0.659474,0.732139,0.170324,-0.659352,-0.732139,-0.170782,
  483. -0.605274,0.420667,0.675741,0.605274,0.420667,0.675741,0.659474,0.732139,0.170324,-0.659474,0.732139,0.170324,
  484. 0.605274,0.420667,0.675741,0.577349,-0.577349,0.577349,0.659352,-0.732139,-0.170782,0.659474,0.732139,0.170324,
  485. 0.577349,-0.577349,0.577349,-0.577349,-0.577349,0.577349,-0.659352,-0.732139,-0.170782,0.659352,-0.732139,-0.170782,
  486. 0.659352,-0.732139,-0.170782,-0.659352,-0.732139,-0.170782,-0.605335,-0.420209,-0.675954,0.605335,-0.420209,-0.675954,
  487. 0.577349,-0.577349,0.577349,0.605274,0.420667,0.675741,-0.605274,0.420667,0.675741,-0.577349,-0.577349,0.577349,
  488. -0.605335,-0.420209,-0.675954,-0.577349,0.577349,-0.577349,0.577349,0.577349,-0.577349,0.605335,-0.420209,-0.675954,
  489. 0.659474,0.732139,0.170324,0.659352,-0.732139,-0.170782,0.605335,-0.420209,-0.675954,0.577349,0.577349,-0.577349,
  490. -0.659474,0.732139,0.170324,0.659474,0.732139,0.170324,0.577349,0.577349,-0.577349,-0.577349,0.577349,-0.577349,
  491. -0.659352,-0.732139,-0.170782,-0.659474,0.732139,0.170324,-0.577349,0.577349,-0.577349,-0.605335,-0.420209,-0.675954
  492. }
  493. LayerElementSmoothing: 0 {
  494. Version: 102
  495. Name: ""
  496. MappingInformationType: "ByPolygon"
  497. ReferenceInformationType: "Direct"
  498. Smoothing: 1,1,1,1,1,1,1,1,1,1
  499. }
  500. LayerElementMaterial: 0 {
  501. Version: 101
  502. Name: ""
  503. MappingInformationType: "AllSame"
  504. ReferenceInformationType: "IndexToDirect"
  505. Materials: 0
  506. }
  507. Layer: 0 {
  508. Version: 100
  509. LayerElement: {
  510. Type: "LayerElementNormal"
  511. TypedIndex: 0
  512. }
  513. LayerElement: {
  514. Type: "LayerElementSmoothing"
  515. TypedIndex: 0
  516. }
  517. LayerElement: {
  518. Type: "LayerElementTexture"
  519. TypedIndex: 0
  520. }
  521. LayerElement: {
  522. Type: "LayerElementMaterial"
  523. TypedIndex: 0
  524. }
  525. }
  526. }
  527. Model: "Model::Cube_027", "Mesh" {
  528. Version: 232
  529. Properties60: {
  530. Property: "QuaternionInterpolate", "bool", "",0
  531. Property: "Visibility", "Visibility", "A+",1
  532. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  533. Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000
  534. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  535. Property: "RotationOffset", "Vector3D", "",0,0,0
  536. Property: "RotationPivot", "Vector3D", "",0,0,0
  537. Property: "ScalingOffset", "Vector3D", "",0,0,0
  538. Property: "ScalingPivot", "Vector3D", "",0,0,0
  539. Property: "TranslationActive", "bool", "",0
  540. Property: "TranslationMin", "Vector3D", "",0,0,0
  541. Property: "TranslationMax", "Vector3D", "",0,0,0
  542. Property: "TranslationMinX", "bool", "",0
  543. Property: "TranslationMinY", "bool", "",0
  544. Property: "TranslationMinZ", "bool", "",0
  545. Property: "TranslationMaxX", "bool", "",0
  546. Property: "TranslationMaxY", "bool", "",0
  547. Property: "TranslationMaxZ", "bool", "",0
  548. Property: "RotationOrder", "enum", "",0
  549. Property: "RotationSpaceForLimitOnly", "bool", "",0
  550. Property: "AxisLen", "double", "",10
  551. Property: "PreRotation", "Vector3D", "",0,0,0
  552. Property: "PostRotation", "Vector3D", "",0,0,0
  553. Property: "RotationActive", "bool", "",0
  554. Property: "RotationMin", "Vector3D", "",0,0,0
  555. Property: "RotationMax", "Vector3D", "",0,0,0
  556. Property: "RotationMinX", "bool", "",0
  557. Property: "RotationMinY", "bool", "",0
  558. Property: "RotationMinZ", "bool", "",0
  559. Property: "RotationMaxX", "bool", "",0
  560. Property: "RotationMaxY", "bool", "",0
  561. Property: "RotationMaxZ", "bool", "",0
  562. Property: "RotationStiffnessX", "double", "",0
  563. Property: "RotationStiffnessY", "double", "",0
  564. Property: "RotationStiffnessZ", "double", "",0
  565. Property: "MinDampRangeX", "double", "",0
  566. Property: "MinDampRangeY", "double", "",0
  567. Property: "MinDampRangeZ", "double", "",0
  568. Property: "MaxDampRangeX", "double", "",0
  569. Property: "MaxDampRangeY", "double", "",0
  570. Property: "MaxDampRangeZ", "double", "",0
  571. Property: "MinDampStrengthX", "double", "",0
  572. Property: "MinDampStrengthY", "double", "",0
  573. Property: "MinDampStrengthZ", "double", "",0
  574. Property: "MaxDampStrengthX", "double", "",0
  575. Property: "MaxDampStrengthY", "double", "",0
  576. Property: "MaxDampStrengthZ", "double", "",0
  577. Property: "PreferedAngleX", "double", "",0
  578. Property: "PreferedAngleY", "double", "",0
  579. Property: "PreferedAngleZ", "double", "",0
  580. Property: "InheritType", "enum", "",0
  581. Property: "ScalingActive", "bool", "",0
  582. Property: "ScalingMin", "Vector3D", "",1,1,1
  583. Property: "ScalingMax", "Vector3D", "",1,1,1
  584. Property: "ScalingMinX", "bool", "",0
  585. Property: "ScalingMinY", "bool", "",0
  586. Property: "ScalingMinZ", "bool", "",0
  587. Property: "ScalingMaxX", "bool", "",0
  588. Property: "ScalingMaxY", "bool", "",0
  589. Property: "ScalingMaxZ", "bool", "",0
  590. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  591. Property: "GeometricRotation", "Vector3D", "",0,0,0
  592. Property: "GeometricScaling", "Vector3D", "",1,1,1
  593. Property: "LookAtProperty", "object", ""
  594. Property: "UpVectorProperty", "object", ""
  595. Property: "Show", "bool", "",1
  596. Property: "NegativePercentShapeSupport", "bool", "",1
  597. Property: "DefaultAttributeIndex", "int", "",0
  598. Property: "Color", "Color", "A",0.8,0.8,0.8
  599. Property: "Size", "double", "",100
  600. Property: "Look", "enum", "",1
  601. }
  602. MultiLayer: 0
  603. MultiTake: 1
  604. Shading: Y
  605. Culling: "CullingOff"
  606. Vertices: 0.718384,0.285711,-1.416004,0.718384,0.520112,-1.316921,0.841267,0.520112,-1.316921,0.841267,0.285711,-1.416004,
  607. 0.718384,-1.036123,1.225736,0.718384,-0.798287,1.344740,0.841267,-0.798287,1.344740,0.841267,-1.036123,1.225736
  608. PolygonVertexIndex: 4,5,1,-1,5,6,2,-2,6,7,3,-3,7,4,0,-4,0,1,2,-4,7,6,5,-5
  609. GeometryVersion: 124
  610. LayerElementNormal: 0 {
  611. Version: 101
  612. Name: ""
  613. MappingInformationType: "ByPolygonVertex"
  614. ReferenceInformationType: "Direct"
  615. Normals: -0.577349,-0.774651,0.257973,-0.577136,0.259560,0.774285,-0.574236,0.767479,-0.284921,-0.580767,-0.281777,-0.763726,
  616. -0.577136,0.259560,0.774285,0.577136,0.259560,0.774285,0.574236,0.767479,-0.284921,-0.574236,0.767479,-0.284921,
  617. 0.577136,0.259560,0.774285,0.577349,-0.774651,0.257973,0.580767,-0.281777,-0.763726,0.574236,0.767479,-0.284921,
  618. 0.577349,-0.774651,0.257973,-0.577349,-0.774651,0.257973,-0.580767,-0.281777,-0.763726,0.580767,-0.281777,-0.763726,
  619. -0.580767,-0.281777,-0.763726,-0.574236,0.767479,-0.284921,0.574236,0.767479,-0.284921,0.580767,-0.281777,-0.763726,
  620. 0.577349,-0.774651,0.257973,0.577136,0.259560,0.774285,-0.577136,0.259560,0.774285,-0.577349,-0.774651,0.257973
  621. }
  622. LayerElementSmoothing: 0 {
  623. Version: 102
  624. Name: ""
  625. MappingInformationType: "ByPolygon"
  626. ReferenceInformationType: "Direct"
  627. Smoothing: 1,1,1,1,1,1
  628. }
  629. LayerElementMaterial: 0 {
  630. Version: 101
  631. Name: ""
  632. MappingInformationType: "AllSame"
  633. ReferenceInformationType: "IndexToDirect"
  634. Materials: 0
  635. }
  636. Layer: 0 {
  637. Version: 100
  638. LayerElement: {
  639. Type: "LayerElementNormal"
  640. TypedIndex: 0
  641. }
  642. LayerElement: {
  643. Type: "LayerElementSmoothing"
  644. TypedIndex: 0
  645. }
  646. LayerElement: {
  647. Type: "LayerElementTexture"
  648. TypedIndex: 0
  649. }
  650. LayerElement: {
  651. Type: "LayerElementMaterial"
  652. TypedIndex: 0
  653. }
  654. }
  655. }
  656. Model: "Model::Cube_025", "Mesh" {
  657. Version: 232
  658. Properties60: {
  659. Property: "QuaternionInterpolate", "bool", "",0
  660. Property: "Visibility", "Visibility", "A+",1
  661. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  662. Property: "Lcl Rotation", "Lcl Rotation", "A+",-90.000009334538021,0.000000000000000,0.000000000000000
  663. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  664. Property: "RotationOffset", "Vector3D", "",0,0,0
  665. Property: "RotationPivot", "Vector3D", "",0,0,0
  666. Property: "ScalingOffset", "Vector3D", "",0,0,0
  667. Property: "ScalingPivot", "Vector3D", "",0,0,0
  668. Property: "TranslationActive", "bool", "",0
  669. Property: "TranslationMin", "Vector3D", "",0,0,0
  670. Property: "TranslationMax", "Vector3D", "",0,0,0
  671. Property: "TranslationMinX", "bool", "",0
  672. Property: "TranslationMinY", "bool", "",0
  673. Property: "TranslationMinZ", "bool", "",0
  674. Property: "TranslationMaxX", "bool", "",0
  675. Property: "TranslationMaxY", "bool", "",0
  676. Property: "TranslationMaxZ", "bool", "",0
  677. Property: "RotationOrder", "enum", "",0
  678. Property: "RotationSpaceForLimitOnly", "bool", "",0
  679. Property: "AxisLen", "double", "",10
  680. Property: "PreRotation", "Vector3D", "",0,0,0
  681. Property: "PostRotation", "Vector3D", "",0,0,0
  682. Property: "RotationActive", "bool", "",0
  683. Property: "RotationMin", "Vector3D", "",0,0,0
  684. Property: "RotationMax", "Vector3D", "",0,0,0
  685. Property: "RotationMinX", "bool", "",0
  686. Property: "RotationMinY", "bool", "",0
  687. Property: "RotationMinZ", "bool", "",0
  688. Property: "RotationMaxX", "bool", "",0
  689. Property: "RotationMaxY", "bool", "",0
  690. Property: "RotationMaxZ", "bool", "",0
  691. Property: "RotationStiffnessX", "double", "",0
  692. Property: "RotationStiffnessY", "double", "",0
  693. Property: "RotationStiffnessZ", "double", "",0
  694. Property: "MinDampRangeX", "double", "",0
  695. Property: "MinDampRangeY", "double", "",0
  696. Property: "MinDampRangeZ", "double", "",0
  697. Property: "MaxDampRangeX", "double", "",0
  698. Property: "MaxDampRangeY", "double", "",0
  699. Property: "MaxDampRangeZ", "double", "",0
  700. Property: "MinDampStrengthX", "double", "",0
  701. Property: "MinDampStrengthY", "double", "",0
  702. Property: "MinDampStrengthZ", "double", "",0
  703. Property: "MaxDampStrengthX", "double", "",0
  704. Property: "MaxDampStrengthY", "double", "",0
  705. Property: "MaxDampStrengthZ", "double", "",0
  706. Property: "PreferedAngleX", "double", "",0
  707. Property: "PreferedAngleY", "double", "",0
  708. Property: "PreferedAngleZ", "double", "",0
  709. Property: "InheritType", "enum", "",0
  710. Property: "ScalingActive", "bool", "",0
  711. Property: "ScalingMin", "Vector3D", "",1,1,1
  712. Property: "ScalingMax", "Vector3D", "",1,1,1
  713. Property: "ScalingMinX", "bool", "",0
  714. Property: "ScalingMinY", "bool", "",0
  715. Property: "ScalingMinZ", "bool", "",0
  716. Property: "ScalingMaxX", "bool", "",0
  717. Property: "ScalingMaxY", "bool", "",0
  718. Property: "ScalingMaxZ", "bool", "",0
  719. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  720. Property: "GeometricRotation", "Vector3D", "",0,0,0
  721. Property: "GeometricScaling", "Vector3D", "",1,1,1
  722. Property: "LookAtProperty", "object", ""
  723. Property: "UpVectorProperty", "object", ""
  724. Property: "Show", "bool", "",1
  725. Property: "NegativePercentShapeSupport", "bool", "",1
  726. Property: "DefaultAttributeIndex", "int", "",0
  727. Property: "Color", "Color", "A",0.8,0.8,0.8
  728. Property: "Size", "double", "",100
  729. Property: "Look", "enum", "",1
  730. }
  731. MultiLayer: 0
  732. MultiTake: 1
  733. Shading: Y
  734. Culling: "CullingOff"
  735. Vertices: 0.725093,0.392643,-1.178856,0.725093,1.527089,-1.178856,0.871667,1.527089,-1.178856,0.871667,0.392643,-1.178856,
  736. 0.725093,-0.774708,1.267801,0.725093,0.361520,1.267801,0.871667,0.361520,1.267801,0.871667,-0.774708,1.267801
  737. PolygonVertexIndex: 4,5,1,-1,5,6,2,-2,6,7,3,-3,7,4,0,-4,0,1,2,-4,7,6,5,-5
  738. GeometryVersion: 124
  739. LayerElementNormal: 0 {
  740. Version: 101
  741. Name: ""
  742. MappingInformationType: "ByPolygonVertex"
  743. ReferenceInformationType: "Direct"
  744. Normals: -0.557482,-0.702139,0.442946,-0.604389,0.425275,0.673666,-0.557482,0.701987,-0.443159,-0.604419,-0.425062,-0.673757,
  745. -0.604389,0.425275,0.673666,0.604389,0.425275,0.673666,0.557482,0.701987,-0.443159,-0.557482,0.701987,-0.443159,
  746. 0.604389,0.425275,0.673666,0.557482,-0.702139,0.442946,0.604419,-0.425062,-0.673757,0.557482,0.701987,-0.443159,
  747. 0.557482,-0.702139,0.442946,-0.557482,-0.702139,0.442946,-0.604419,-0.425062,-0.673757,0.604419,-0.425062,-0.673757,
  748. -0.604419,-0.425062,-0.673757,-0.557482,0.701987,-0.443159,0.557482,0.701987,-0.443159,0.604419,-0.425062,-0.673757,
  749. 0.557482,-0.702139,0.442946,0.604389,0.425275,0.673666,-0.604389,0.425275,0.673666,-0.557482,-0.702139,0.442946
  750. }
  751. LayerElementSmoothing: 0 {
  752. Version: 102
  753. Name: ""
  754. MappingInformationType: "ByPolygon"
  755. ReferenceInformationType: "Direct"
  756. Smoothing: 1,1,1,1,1,1
  757. }
  758. LayerElementMaterial: 0 {
  759. Version: 101
  760. Name: ""
  761. MappingInformationType: "AllSame"
  762. ReferenceInformationType: "IndexToDirect"
  763. Materials: 0
  764. }
  765. Layer: 0 {
  766. Version: 100
  767. LayerElement: {
  768. Type: "LayerElementNormal"
  769. TypedIndex: 0
  770. }
  771. LayerElement: {
  772. Type: "LayerElementSmoothing"
  773. TypedIndex: 0
  774. }
  775. LayerElement: {
  776. Type: "LayerElementTexture"
  777. TypedIndex: 0
  778. }
  779. LayerElement: {
  780. Type: "LayerElementMaterial"
  781. TypedIndex: 0
  782. }
  783. }
  784. }
  785. Model: "Model::Producer Perspective", "Camera" {
  786. Version: 232
  787. Properties60: {
  788. Property: "QuaternionInterpolate", "bool", "",0
  789. Property: "Visibility", "Visibility", "A+",1
  790. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,71.299999999999997,287.500000000000000
  791. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  792. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  793. Property: "RotationOffset", "Vector3D", "",0,0,0
  794. Property: "RotationPivot", "Vector3D", "",0,0,0
  795. Property: "ScalingOffset", "Vector3D", "",0,0,0
  796. Property: "ScalingPivot", "Vector3D", "",0,0,0
  797. Property: "TranslationActive", "bool", "",0
  798. Property: "TranslationMin", "Vector3D", "",0,0,0
  799. Property: "TranslationMax", "Vector3D", "",0,0,0
  800. Property: "TranslationMinX", "bool", "",0
  801. Property: "TranslationMinY", "bool", "",0
  802. Property: "TranslationMinZ", "bool", "",0
  803. Property: "TranslationMaxX", "bool", "",0
  804. Property: "TranslationMaxY", "bool", "",0
  805. Property: "TranslationMaxZ", "bool", "",0
  806. Property: "RotationOrder", "enum", "",0
  807. Property: "RotationSpaceForLimitOnly", "bool", "",0
  808. Property: "AxisLen", "double", "",10
  809. Property: "PreRotation", "Vector3D", "",0,0,0
  810. Property: "PostRotation", "Vector3D", "",0,0,0
  811. Property: "RotationActive", "bool", "",0
  812. Property: "RotationMin", "Vector3D", "",0,0,0
  813. Property: "RotationMax", "Vector3D", "",0,0,0
  814. Property: "RotationMinX", "bool", "",0
  815. Property: "RotationMinY", "bool", "",0
  816. Property: "RotationMinZ", "bool", "",0
  817. Property: "RotationMaxX", "bool", "",0
  818. Property: "RotationMaxY", "bool", "",0
  819. Property: "RotationMaxZ", "bool", "",0
  820. Property: "RotationStiffnessX", "double", "",0
  821. Property: "RotationStiffnessY", "double", "",0
  822. Property: "RotationStiffnessZ", "double", "",0
  823. Property: "MinDampRangeX", "double", "",0
  824. Property: "MinDampRangeY", "double", "",0
  825. Property: "MinDampRangeZ", "double", "",0
  826. Property: "MaxDampRangeX", "double", "",0
  827. Property: "MaxDampRangeY", "double", "",0
  828. Property: "MaxDampRangeZ", "double", "",0
  829. Property: "MinDampStrengthX", "double", "",0
  830. Property: "MinDampStrengthY", "double", "",0
  831. Property: "MinDampStrengthZ", "double", "",0
  832. Property: "MaxDampStrengthX", "double", "",0
  833. Property: "MaxDampStrengthY", "double", "",0
  834. Property: "MaxDampStrengthZ", "double", "",0
  835. Property: "PreferedAngleX", "double", "",0
  836. Property: "PreferedAngleY", "double", "",0
  837. Property: "PreferedAngleZ", "double", "",0
  838. Property: "InheritType", "enum", "",0
  839. Property: "ScalingActive", "bool", "",0
  840. Property: "ScalingMin", "Vector3D", "",1,1,1
  841. Property: "ScalingMax", "Vector3D", "",1,1,1
  842. Property: "ScalingMinX", "bool", "",0
  843. Property: "ScalingMinY", "bool", "",0
  844. Property: "ScalingMinZ", "bool", "",0
  845. Property: "ScalingMaxX", "bool", "",0
  846. Property: "ScalingMaxY", "bool", "",0
  847. Property: "ScalingMaxZ", "bool", "",0
  848. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  849. Property: "GeometricRotation", "Vector3D", "",0,0,0
  850. Property: "GeometricScaling", "Vector3D", "",1,1,1
  851. Property: "LookAtProperty", "object", ""
  852. Property: "UpVectorProperty", "object", ""
  853. Property: "Show", "bool", "",1
  854. Property: "NegativePercentShapeSupport", "bool", "",1
  855. Property: "DefaultAttributeIndex", "int", "",0
  856. Property: "Color", "Color", "A",0.8,0.8,0.8
  857. Property: "Roll", "Roll", "A+",0
  858. Property: "FieldOfView", "FieldOfView", "A+",40
  859. Property: "FieldOfViewX", "FieldOfView", "A+",1
  860. Property: "FieldOfViewY", "FieldOfView", "A+",1
  861. Property: "OpticalCenterX", "Real", "A+",0
  862. Property: "OpticalCenterY", "Real", "A+",0
  863. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  864. Property: "TurnTable", "Real", "A+",0
  865. Property: "DisplayTurnTableIcon", "bool", "",1
  866. Property: "Motion Blur Intensity", "Real", "A+",1
  867. Property: "UseMotionBlur", "bool", "",0
  868. Property: "UseRealTimeMotionBlur", "bool", "",1
  869. Property: "ResolutionMode", "enum", "",0
  870. Property: "ApertureMode", "enum", "",2
  871. Property: "GateFit", "enum", "",0
  872. Property: "FocalLength", "Real", "A+",21.3544940948486
  873. Property: "CameraFormat", "enum", "",0
  874. Property: "AspectW", "double", "",320
  875. Property: "AspectH", "double", "",200
  876. Property: "PixelAspectRatio", "double", "",1
  877. Property: "UseFrameColor", "bool", "",0
  878. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  879. Property: "ShowName", "bool", "",1
  880. Property: "ShowGrid", "bool", "",1
  881. Property: "ShowOpticalCenter", "bool", "",0
  882. Property: "ShowAzimut", "bool", "",1
  883. Property: "ShowTimeCode", "bool", "",0
  884. Property: "NearPlane", "double", "",10.000000
  885. Property: "FarPlane", "double", "",4000.000000
  886. Property: "FilmWidth", "double", "",0.816
  887. Property: "FilmHeight", "double", "",0.612
  888. Property: "FilmAspectRatio", "double", "",1.33333333333333
  889. Property: "FilmSqueezeRatio", "double", "",1
  890. Property: "FilmFormatIndex", "enum", "",4
  891. Property: "ViewFrustum", "bool", "",1
  892. Property: "ViewFrustumNearFarPlane", "bool", "",0
  893. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  894. Property: "BackPlaneDistance", "double", "",100
  895. Property: "BackPlaneDistanceMode", "enum", "",0
  896. Property: "ViewCameraToLookAt", "bool", "",1
  897. Property: "LockMode", "bool", "",0
  898. Property: "LockInterestNavigation", "bool", "",0
  899. Property: "FitImage", "bool", "",0
  900. Property: "Crop", "bool", "",0
  901. Property: "Center", "bool", "",1
  902. Property: "KeepRatio", "bool", "",1
  903. Property: "BackgroundMode", "enum", "",0
  904. Property: "BackgroundAlphaTreshold", "double", "",0.5
  905. Property: "ForegroundTransparent", "bool", "",1
  906. Property: "DisplaySafeArea", "bool", "",0
  907. Property: "SafeAreaDisplayStyle", "enum", "",1
  908. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  909. Property: "Use2DMagnifierZoom", "bool", "",0
  910. Property: "2D Magnifier Zoom", "Real", "A+",100
  911. Property: "2D Magnifier X", "Real", "A+",50
  912. Property: "2D Magnifier Y", "Real", "A+",50
  913. Property: "CameraProjectionType", "enum", "",0
  914. Property: "UseRealTimeDOFAndAA", "bool", "",0
  915. Property: "UseDepthOfField", "bool", "",0
  916. Property: "FocusSource", "enum", "",0
  917. Property: "FocusAngle", "double", "",3.5
  918. Property: "FocusDistance", "double", "",200
  919. Property: "UseAntialiasing", "bool", "",0
  920. Property: "AntialiasingIntensity", "double", "",0.77777
  921. Property: "UseAccumulationBuffer", "bool", "",0
  922. Property: "FrameSamplingCount", "int", "",7
  923. }
  924. MultiLayer: 0
  925. MultiTake: 0
  926. Hidden: "True"
  927. Shading: Y
  928. Culling: "CullingOff"
  929. TypeFlags: "Camera"
  930. GeometryVersion: 124
  931. Position: 0.000000,71.300000,287.500000
  932. Up: 0,1,0
  933. LookAt: 0,0,0
  934. ShowInfoOnMoving: 1
  935. ShowAudio: 0
  936. AudioColor: 0,1,0
  937. CameraOrthoZoom: 1
  938. }
  939. Model: "Model::Producer Top", "Camera" {
  940. Version: 232
  941. Properties60: {
  942. Property: "QuaternionInterpolate", "bool", "",0
  943. Property: "Visibility", "Visibility", "A+",1
  944. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,4000.000000000000000,0.000000000000000
  945. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  946. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  947. Property: "RotationOffset", "Vector3D", "",0,0,0
  948. Property: "RotationPivot", "Vector3D", "",0,0,0
  949. Property: "ScalingOffset", "Vector3D", "",0,0,0
  950. Property: "ScalingPivot", "Vector3D", "",0,0,0
  951. Property: "TranslationActive", "bool", "",0
  952. Property: "TranslationMin", "Vector3D", "",0,0,0
  953. Property: "TranslationMax", "Vector3D", "",0,0,0
  954. Property: "TranslationMinX", "bool", "",0
  955. Property: "TranslationMinY", "bool", "",0
  956. Property: "TranslationMinZ", "bool", "",0
  957. Property: "TranslationMaxX", "bool", "",0
  958. Property: "TranslationMaxY", "bool", "",0
  959. Property: "TranslationMaxZ", "bool", "",0
  960. Property: "RotationOrder", "enum", "",0
  961. Property: "RotationSpaceForLimitOnly", "bool", "",0
  962. Property: "AxisLen", "double", "",10
  963. Property: "PreRotation", "Vector3D", "",0,0,0
  964. Property: "PostRotation", "Vector3D", "",0,0,0
  965. Property: "RotationActive", "bool", "",0
  966. Property: "RotationMin", "Vector3D", "",0,0,0
  967. Property: "RotationMax", "Vector3D", "",0,0,0
  968. Property: "RotationMinX", "bool", "",0
  969. Property: "RotationMinY", "bool", "",0
  970. Property: "RotationMinZ", "bool", "",0
  971. Property: "RotationMaxX", "bool", "",0
  972. Property: "RotationMaxY", "bool", "",0
  973. Property: "RotationMaxZ", "bool", "",0
  974. Property: "RotationStiffnessX", "double", "",0
  975. Property: "RotationStiffnessY", "double", "",0
  976. Property: "RotationStiffnessZ", "double", "",0
  977. Property: "MinDampRangeX", "double", "",0
  978. Property: "MinDampRangeY", "double", "",0
  979. Property: "MinDampRangeZ", "double", "",0
  980. Property: "MaxDampRangeX", "double", "",0
  981. Property: "MaxDampRangeY", "double", "",0
  982. Property: "MaxDampRangeZ", "double", "",0
  983. Property: "MinDampStrengthX", "double", "",0
  984. Property: "MinDampStrengthY", "double", "",0
  985. Property: "MinDampStrengthZ", "double", "",0
  986. Property: "MaxDampStrengthX", "double", "",0
  987. Property: "MaxDampStrengthY", "double", "",0
  988. Property: "MaxDampStrengthZ", "double", "",0
  989. Property: "PreferedAngleX", "double", "",0
  990. Property: "PreferedAngleY", "double", "",0
  991. Property: "PreferedAngleZ", "double", "",0
  992. Property: "InheritType", "enum", "",0
  993. Property: "ScalingActive", "bool", "",0
  994. Property: "ScalingMin", "Vector3D", "",1,1,1
  995. Property: "ScalingMax", "Vector3D", "",1,1,1
  996. Property: "ScalingMinX", "bool", "",0
  997. Property: "ScalingMinY", "bool", "",0
  998. Property: "ScalingMinZ", "bool", "",0
  999. Property: "ScalingMaxX", "bool", "",0
  1000. Property: "ScalingMaxY", "bool", "",0
  1001. Property: "ScalingMaxZ", "bool", "",0
  1002. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1003. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1004. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1005. Property: "LookAtProperty", "object", ""
  1006. Property: "UpVectorProperty", "object", ""
  1007. Property: "Show", "bool", "",1
  1008. Property: "NegativePercentShapeSupport", "bool", "",1
  1009. Property: "DefaultAttributeIndex", "int", "",0
  1010. Property: "Color", "Color", "A",0.8,0.8,0.8
  1011. Property: "Roll", "Roll", "A+",0
  1012. Property: "FieldOfView", "FieldOfView", "A+",40
  1013. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1014. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1015. Property: "OpticalCenterX", "Real", "A+",0
  1016. Property: "OpticalCenterY", "Real", "A+",0
  1017. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1018. Property: "TurnTable", "Real", "A+",0
  1019. Property: "DisplayTurnTableIcon", "bool", "",1
  1020. Property: "Motion Blur Intensity", "Real", "A+",1
  1021. Property: "UseMotionBlur", "bool", "",0
  1022. Property: "UseRealTimeMotionBlur", "bool", "",1
  1023. Property: "ResolutionMode", "enum", "",0
  1024. Property: "ApertureMode", "enum", "",2
  1025. Property: "GateFit", "enum", "",0
  1026. Property: "FocalLength", "Real", "A+",21.3544940948486
  1027. Property: "CameraFormat", "enum", "",0
  1028. Property: "AspectW", "double", "",320
  1029. Property: "AspectH", "double", "",200
  1030. Property: "PixelAspectRatio", "double", "",1
  1031. Property: "UseFrameColor", "bool", "",0
  1032. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1033. Property: "ShowName", "bool", "",1
  1034. Property: "ShowGrid", "bool", "",1
  1035. Property: "ShowOpticalCenter", "bool", "",0
  1036. Property: "ShowAzimut", "bool", "",1
  1037. Property: "ShowTimeCode", "bool", "",0
  1038. Property: "NearPlane", "double", "",1.000000
  1039. Property: "FarPlane", "double", "",30000.000000
  1040. Property: "FilmWidth", "double", "",0.816
  1041. Property: "FilmHeight", "double", "",0.612
  1042. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1043. Property: "FilmSqueezeRatio", "double", "",1
  1044. Property: "FilmFormatIndex", "enum", "",4
  1045. Property: "ViewFrustum", "bool", "",1
  1046. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1047. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1048. Property: "BackPlaneDistance", "double", "",100
  1049. Property: "BackPlaneDistanceMode", "enum", "",0
  1050. Property: "ViewCameraToLookAt", "bool", "",1
  1051. Property: "LockMode", "bool", "",0
  1052. Property: "LockInterestNavigation", "bool", "",0
  1053. Property: "FitImage", "bool", "",0
  1054. Property: "Crop", "bool", "",0
  1055. Property: "Center", "bool", "",1
  1056. Property: "KeepRatio", "bool", "",1
  1057. Property: "BackgroundMode", "enum", "",0
  1058. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1059. Property: "ForegroundTransparent", "bool", "",1
  1060. Property: "DisplaySafeArea", "bool", "",0
  1061. Property: "SafeAreaDisplayStyle", "enum", "",1
  1062. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1063. Property: "Use2DMagnifierZoom", "bool", "",0
  1064. Property: "2D Magnifier Zoom", "Real", "A+",100
  1065. Property: "2D Magnifier X", "Real", "A+",50
  1066. Property: "2D Magnifier Y", "Real", "A+",50
  1067. Property: "CameraProjectionType", "enum", "",1
  1068. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1069. Property: "UseDepthOfField", "bool", "",0
  1070. Property: "FocusSource", "enum", "",0
  1071. Property: "FocusAngle", "double", "",3.5
  1072. Property: "FocusDistance", "double", "",200
  1073. Property: "UseAntialiasing", "bool", "",0
  1074. Property: "AntialiasingIntensity", "double", "",0.77777
  1075. Property: "UseAccumulationBuffer", "bool", "",0
  1076. Property: "FrameSamplingCount", "int", "",7
  1077. }
  1078. MultiLayer: 0
  1079. MultiTake: 0
  1080. Hidden: "True"
  1081. Shading: Y
  1082. Culling: "CullingOff"
  1083. TypeFlags: "Camera"
  1084. GeometryVersion: 124
  1085. Position: 0.000000,4000.000000,0.000000
  1086. Up: 0,0,-1
  1087. LookAt: 0,0,0
  1088. ShowInfoOnMoving: 1
  1089. ShowAudio: 0
  1090. AudioColor: 0,1,0
  1091. CameraOrthoZoom: 1
  1092. }
  1093. Model: "Model::Producer Bottom", "Camera" {
  1094. Version: 232
  1095. Properties60: {
  1096. Property: "QuaternionInterpolate", "bool", "",0
  1097. Property: "Visibility", "Visibility", "A+",1
  1098. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,-4000.000000000000000,0.000000000000000
  1099. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  1100. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  1101. Property: "RotationOffset", "Vector3D", "",0,0,0
  1102. Property: "RotationPivot", "Vector3D", "",0,0,0
  1103. Property: "ScalingOffset", "Vector3D", "",0,0,0
  1104. Property: "ScalingPivot", "Vector3D", "",0,0,0
  1105. Property: "TranslationActive", "bool", "",0
  1106. Property: "TranslationMin", "Vector3D", "",0,0,0
  1107. Property: "TranslationMax", "Vector3D", "",0,0,0
  1108. Property: "TranslationMinX", "bool", "",0
  1109. Property: "TranslationMinY", "bool", "",0
  1110. Property: "TranslationMinZ", "bool", "",0
  1111. Property: "TranslationMaxX", "bool", "",0
  1112. Property: "TranslationMaxY", "bool", "",0
  1113. Property: "TranslationMaxZ", "bool", "",0
  1114. Property: "RotationOrder", "enum", "",0
  1115. Property: "RotationSpaceForLimitOnly", "bool", "",0
  1116. Property: "AxisLen", "double", "",10
  1117. Property: "PreRotation", "Vector3D", "",0,0,0
  1118. Property: "PostRotation", "Vector3D", "",0,0,0
  1119. Property: "RotationActive", "bool", "",0
  1120. Property: "RotationMin", "Vector3D", "",0,0,0
  1121. Property: "RotationMax", "Vector3D", "",0,0,0
  1122. Property: "RotationMinX", "bool", "",0
  1123. Property: "RotationMinY", "bool", "",0
  1124. Property: "RotationMinZ", "bool", "",0
  1125. Property: "RotationMaxX", "bool", "",0
  1126. Property: "RotationMaxY", "bool", "",0
  1127. Property: "RotationMaxZ", "bool", "",0
  1128. Property: "RotationStiffnessX", "double", "",0
  1129. Property: "RotationStiffnessY", "double", "",0
  1130. Property: "RotationStiffnessZ", "double", "",0
  1131. Property: "MinDampRangeX", "double", "",0
  1132. Property: "MinDampRangeY", "double", "",0
  1133. Property: "MinDampRangeZ", "double", "",0
  1134. Property: "MaxDampRangeX", "double", "",0
  1135. Property: "MaxDampRangeY", "double", "",0
  1136. Property: "MaxDampRangeZ", "double", "",0
  1137. Property: "MinDampStrengthX", "double", "",0
  1138. Property: "MinDampStrengthY", "double", "",0
  1139. Property: "MinDampStrengthZ", "double", "",0
  1140. Property: "MaxDampStrengthX", "double", "",0
  1141. Property: "MaxDampStrengthY", "double", "",0
  1142. Property: "MaxDampStrengthZ", "double", "",0
  1143. Property: "PreferedAngleX", "double", "",0
  1144. Property: "PreferedAngleY", "double", "",0
  1145. Property: "PreferedAngleZ", "double", "",0
  1146. Property: "InheritType", "enum", "",0
  1147. Property: "ScalingActive", "bool", "",0
  1148. Property: "ScalingMin", "Vector3D", "",1,1,1
  1149. Property: "ScalingMax", "Vector3D", "",1,1,1
  1150. Property: "ScalingMinX", "bool", "",0
  1151. Property: "ScalingMinY", "bool", "",0
  1152. Property: "ScalingMinZ", "bool", "",0
  1153. Property: "ScalingMaxX", "bool", "",0
  1154. Property: "ScalingMaxY", "bool", "",0
  1155. Property: "ScalingMaxZ", "bool", "",0
  1156. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1157. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1158. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1159. Property: "LookAtProperty", "object", ""
  1160. Property: "UpVectorProperty", "object", ""
  1161. Property: "Show", "bool", "",1
  1162. Property: "NegativePercentShapeSupport", "bool", "",1
  1163. Property: "DefaultAttributeIndex", "int", "",0
  1164. Property: "Color", "Color", "A",0.8,0.8,0.8
  1165. Property: "Roll", "Roll", "A+",0
  1166. Property: "FieldOfView", "FieldOfView", "A+",40
  1167. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1168. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1169. Property: "OpticalCenterX", "Real", "A+",0
  1170. Property: "OpticalCenterY", "Real", "A+",0
  1171. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1172. Property: "TurnTable", "Real", "A+",0
  1173. Property: "DisplayTurnTableIcon", "bool", "",1
  1174. Property: "Motion Blur Intensity", "Real", "A+",1
  1175. Property: "UseMotionBlur", "bool", "",0
  1176. Property: "UseRealTimeMotionBlur", "bool", "",1
  1177. Property: "ResolutionMode", "enum", "",0
  1178. Property: "ApertureMode", "enum", "",2
  1179. Property: "GateFit", "enum", "",0
  1180. Property: "FocalLength", "Real", "A+",21.3544940948486
  1181. Property: "CameraFormat", "enum", "",0
  1182. Property: "AspectW", "double", "",320
  1183. Property: "AspectH", "double", "",200
  1184. Property: "PixelAspectRatio", "double", "",1
  1185. Property: "UseFrameColor", "bool", "",0
  1186. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1187. Property: "ShowName", "bool", "",1
  1188. Property: "ShowGrid", "bool", "",1
  1189. Property: "ShowOpticalCenter", "bool", "",0
  1190. Property: "ShowAzimut", "bool", "",1
  1191. Property: "ShowTimeCode", "bool", "",0
  1192. Property: "NearPlane", "double", "",1.000000
  1193. Property: "FarPlane", "double", "",30000.000000
  1194. Property: "FilmWidth", "double", "",0.816
  1195. Property: "FilmHeight", "double", "",0.612
  1196. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1197. Property: "FilmSqueezeRatio", "double", "",1
  1198. Property: "FilmFormatIndex", "enum", "",4
  1199. Property: "ViewFrustum", "bool", "",1
  1200. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1201. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1202. Property: "BackPlaneDistance", "double", "",100
  1203. Property: "BackPlaneDistanceMode", "enum", "",0
  1204. Property: "ViewCameraToLookAt", "bool", "",1
  1205. Property: "LockMode", "bool", "",0
  1206. Property: "LockInterestNavigation", "bool", "",0
  1207. Property: "FitImage", "bool", "",0
  1208. Property: "Crop", "bool", "",0
  1209. Property: "Center", "bool", "",1
  1210. Property: "KeepRatio", "bool", "",1
  1211. Property: "BackgroundMode", "enum", "",0
  1212. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1213. Property: "ForegroundTransparent", "bool", "",1
  1214. Property: "DisplaySafeArea", "bool", "",0
  1215. Property: "SafeAreaDisplayStyle", "enum", "",1
  1216. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1217. Property: "Use2DMagnifierZoom", "bool", "",0
  1218. Property: "2D Magnifier Zoom", "Real", "A+",100
  1219. Property: "2D Magnifier X", "Real", "A+",50
  1220. Property: "2D Magnifier Y", "Real", "A+",50
  1221. Property: "CameraProjectionType", "enum", "",1
  1222. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1223. Property: "UseDepthOfField", "bool", "",0
  1224. Property: "FocusSource", "enum", "",0
  1225. Property: "FocusAngle", "double", "",3.5
  1226. Property: "FocusDistance", "double", "",200
  1227. Property: "UseAntialiasing", "bool", "",0
  1228. Property: "AntialiasingIntensity", "double", "",0.77777
  1229. Property: "UseAccumulationBuffer", "bool", "",0
  1230. Property: "FrameSamplingCount", "int", "",7
  1231. }
  1232. MultiLayer: 0
  1233. MultiTake: 0
  1234. Hidden: "True"
  1235. Shading: Y
  1236. Culling: "CullingOff"
  1237. TypeFlags: "Camera"
  1238. GeometryVersion: 124
  1239. Position: 0.000000,-4000.000000,0.000000
  1240. Up: 0,0,-1
  1241. LookAt: 0,0,0
  1242. ShowInfoOnMoving: 1
  1243. ShowAudio: 0
  1244. AudioColor: 0,1,0
  1245. CameraOrthoZoom: 1
  1246. }
  1247. Model: "Model::Producer Front", "Camera" {
  1248. Version: 232
  1249. Properties60: {
  1250. Property: "QuaternionInterpolate", "bool", "",0
  1251. Property: "Visibility", "Visibility", "A+",1
  1252. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,4000.000000000000000
  1253. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  1254. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  1255. Property: "RotationOffset", "Vector3D", "",0,0,0
  1256. Property: "RotationPivot", "Vector3D", "",0,0,0
  1257. Property: "ScalingOffset", "Vector3D", "",0,0,0
  1258. Property: "ScalingPivot", "Vector3D", "",0,0,0
  1259. Property: "TranslationActive", "bool", "",0
  1260. Property: "TranslationMin", "Vector3D", "",0,0,0
  1261. Property: "TranslationMax", "Vector3D", "",0,0,0
  1262. Property: "TranslationMinX", "bool", "",0
  1263. Property: "TranslationMinY", "bool", "",0
  1264. Property: "TranslationMinZ", "bool", "",0
  1265. Property: "TranslationMaxX", "bool", "",0
  1266. Property: "TranslationMaxY", "bool", "",0
  1267. Property: "TranslationMaxZ", "bool", "",0
  1268. Property: "RotationOrder", "enum", "",0
  1269. Property: "RotationSpaceForLimitOnly", "bool", "",0
  1270. Property: "AxisLen", "double", "",10
  1271. Property: "PreRotation", "Vector3D", "",0,0,0
  1272. Property: "PostRotation", "Vector3D", "",0,0,0
  1273. Property: "RotationActive", "bool", "",0
  1274. Property: "RotationMin", "Vector3D", "",0,0,0
  1275. Property: "RotationMax", "Vector3D", "",0,0,0
  1276. Property: "RotationMinX", "bool", "",0
  1277. Property: "RotationMinY", "bool", "",0
  1278. Property: "RotationMinZ", "bool", "",0
  1279. Property: "RotationMaxX", "bool", "",0
  1280. Property: "RotationMaxY", "bool", "",0
  1281. Property: "RotationMaxZ", "bool", "",0
  1282. Property: "RotationStiffnessX", "double", "",0
  1283. Property: "RotationStiffnessY", "double", "",0
  1284. Property: "RotationStiffnessZ", "double", "",0
  1285. Property: "MinDampRangeX", "double", "",0
  1286. Property: "MinDampRangeY", "double", "",0
  1287. Property: "MinDampRangeZ", "double", "",0
  1288. Property: "MaxDampRangeX", "double", "",0
  1289. Property: "MaxDampRangeY", "double", "",0
  1290. Property: "MaxDampRangeZ", "double", "",0
  1291. Property: "MinDampStrengthX", "double", "",0
  1292. Property: "MinDampStrengthY", "double", "",0
  1293. Property: "MinDampStrengthZ", "double", "",0
  1294. Property: "MaxDampStrengthX", "double", "",0
  1295. Property: "MaxDampStrengthY", "double", "",0
  1296. Property: "MaxDampStrengthZ", "double", "",0
  1297. Property: "PreferedAngleX", "double", "",0
  1298. Property: "PreferedAngleY", "double", "",0
  1299. Property: "PreferedAngleZ", "double", "",0
  1300. Property: "InheritType", "enum", "",0
  1301. Property: "ScalingActive", "bool", "",0
  1302. Property: "ScalingMin", "Vector3D", "",1,1,1
  1303. Property: "ScalingMax", "Vector3D", "",1,1,1
  1304. Property: "ScalingMinX", "bool", "",0
  1305. Property: "ScalingMinY", "bool", "",0
  1306. Property: "ScalingMinZ", "bool", "",0
  1307. Property: "ScalingMaxX", "bool", "",0
  1308. Property: "ScalingMaxY", "bool", "",0
  1309. Property: "ScalingMaxZ", "bool", "",0
  1310. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1311. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1312. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1313. Property: "LookAtProperty", "object", ""
  1314. Property: "UpVectorProperty", "object", ""
  1315. Property: "Show", "bool", "",1
  1316. Property: "NegativePercentShapeSupport", "bool", "",1
  1317. Property: "DefaultAttributeIndex", "int", "",0
  1318. Property: "Color", "Color", "A",0.8,0.8,0.8
  1319. Property: "Roll", "Roll", "A+",0
  1320. Property: "FieldOfView", "FieldOfView", "A+",40
  1321. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1322. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1323. Property: "OpticalCenterX", "Real", "A+",0
  1324. Property: "OpticalCenterY", "Real", "A+",0
  1325. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1326. Property: "TurnTable", "Real", "A+",0
  1327. Property: "DisplayTurnTableIcon", "bool", "",1
  1328. Property: "Motion Blur Intensity", "Real", "A+",1
  1329. Property: "UseMotionBlur", "bool", "",0
  1330. Property: "UseRealTimeMotionBlur", "bool", "",1
  1331. Property: "ResolutionMode", "enum", "",0
  1332. Property: "ApertureMode", "enum", "",2
  1333. Property: "GateFit", "enum", "",0
  1334. Property: "FocalLength", "Real", "A+",21.3544940948486
  1335. Property: "CameraFormat", "enum", "",0
  1336. Property: "AspectW", "double", "",320
  1337. Property: "AspectH", "double", "",200
  1338. Property: "PixelAspectRatio", "double", "",1
  1339. Property: "UseFrameColor", "bool", "",0
  1340. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1341. Property: "ShowName", "bool", "",1
  1342. Property: "ShowGrid", "bool", "",1
  1343. Property: "ShowOpticalCenter", "bool", "",0
  1344. Property: "ShowAzimut", "bool", "",1
  1345. Property: "ShowTimeCode", "bool", "",0
  1346. Property: "NearPlane", "double", "",1.000000
  1347. Property: "FarPlane", "double", "",30000.000000
  1348. Property: "FilmWidth", "double", "",0.816
  1349. Property: "FilmHeight", "double", "",0.612
  1350. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1351. Property: "FilmSqueezeRatio", "double", "",1
  1352. Property: "FilmFormatIndex", "enum", "",4
  1353. Property: "ViewFrustum", "bool", "",1
  1354. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1355. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1356. Property: "BackPlaneDistance", "double", "",100
  1357. Property: "BackPlaneDistanceMode", "enum", "",0
  1358. Property: "ViewCameraToLookAt", "bool", "",1
  1359. Property: "LockMode", "bool", "",0
  1360. Property: "LockInterestNavigation", "bool", "",0
  1361. Property: "FitImage", "bool", "",0
  1362. Property: "Crop", "bool", "",0
  1363. Property: "Center", "bool", "",1
  1364. Property: "KeepRatio", "bool", "",1
  1365. Property: "BackgroundMode", "enum", "",0
  1366. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1367. Property: "ForegroundTransparent", "bool", "",1
  1368. Property: "DisplaySafeArea", "bool", "",0
  1369. Property: "SafeAreaDisplayStyle", "enum", "",1
  1370. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1371. Property: "Use2DMagnifierZoom", "bool", "",0
  1372. Property: "2D Magnifier Zoom", "Real", "A+",100
  1373. Property: "2D Magnifier X", "Real", "A+",50
  1374. Property: "2D Magnifier Y", "Real", "A+",50
  1375. Property: "CameraProjectionType", "enum", "",1
  1376. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1377. Property: "UseDepthOfField", "bool", "",0
  1378. Property: "FocusSource", "enum", "",0
  1379. Property: "FocusAngle", "double", "",3.5
  1380. Property: "FocusDistance", "double", "",200
  1381. Property: "UseAntialiasing", "bool", "",0
  1382. Property: "AntialiasingIntensity", "double", "",0.77777
  1383. Property: "UseAccumulationBuffer", "bool", "",0
  1384. Property: "FrameSamplingCount", "int", "",7
  1385. }
  1386. MultiLayer: 0
  1387. MultiTake: 0
  1388. Hidden: "True"
  1389. Shading: Y
  1390. Culling: "CullingOff"
  1391. TypeFlags: "Camera"
  1392. GeometryVersion: 124
  1393. Position: 0.000000,0.000000,4000.000000
  1394. Up: 0,1,0
  1395. LookAt: 0,0,0
  1396. ShowInfoOnMoving: 1
  1397. ShowAudio: 0
  1398. AudioColor: 0,1,0
  1399. CameraOrthoZoom: 1
  1400. }
  1401. Model: "Model::Producer Back", "Camera" {
  1402. Version: 232
  1403. Properties60: {
  1404. Property: "QuaternionInterpolate", "bool", "",0
  1405. Property: "Visibility", "Visibility", "A+",1
  1406. Property: "Lcl Translation", "Lcl Translation", "A+",0.000000000000000,0.000000000000000,-4000.000000000000000
  1407. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  1408. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  1409. Property: "RotationOffset", "Vector3D", "",0,0,0
  1410. Property: "RotationPivot", "Vector3D", "",0,0,0
  1411. Property: "ScalingOffset", "Vector3D", "",0,0,0
  1412. Property: "ScalingPivot", "Vector3D", "",0,0,0
  1413. Property: "TranslationActive", "bool", "",0
  1414. Property: "TranslationMin", "Vector3D", "",0,0,0
  1415. Property: "TranslationMax", "Vector3D", "",0,0,0
  1416. Property: "TranslationMinX", "bool", "",0
  1417. Property: "TranslationMinY", "bool", "",0
  1418. Property: "TranslationMinZ", "bool", "",0
  1419. Property: "TranslationMaxX", "bool", "",0
  1420. Property: "TranslationMaxY", "bool", "",0
  1421. Property: "TranslationMaxZ", "bool", "",0
  1422. Property: "RotationOrder", "enum", "",0
  1423. Property: "RotationSpaceForLimitOnly", "bool", "",0
  1424. Property: "AxisLen", "double", "",10
  1425. Property: "PreRotation", "Vector3D", "",0,0,0
  1426. Property: "PostRotation", "Vector3D", "",0,0,0
  1427. Property: "RotationActive", "bool", "",0
  1428. Property: "RotationMin", "Vector3D", "",0,0,0
  1429. Property: "RotationMax", "Vector3D", "",0,0,0
  1430. Property: "RotationMinX", "bool", "",0
  1431. Property: "RotationMinY", "bool", "",0
  1432. Property: "RotationMinZ", "bool", "",0
  1433. Property: "RotationMaxX", "bool", "",0
  1434. Property: "RotationMaxY", "bool", "",0
  1435. Property: "RotationMaxZ", "bool", "",0
  1436. Property: "RotationStiffnessX", "double", "",0
  1437. Property: "RotationStiffnessY", "double", "",0
  1438. Property: "RotationStiffnessZ", "double", "",0
  1439. Property: "MinDampRangeX", "double", "",0
  1440. Property: "MinDampRangeY", "double", "",0
  1441. Property: "MinDampRangeZ", "double", "",0
  1442. Property: "MaxDampRangeX", "double", "",0
  1443. Property: "MaxDampRangeY", "double", "",0
  1444. Property: "MaxDampRangeZ", "double", "",0
  1445. Property: "MinDampStrengthX", "double", "",0
  1446. Property: "MinDampStrengthY", "double", "",0
  1447. Property: "MinDampStrengthZ", "double", "",0
  1448. Property: "MaxDampStrengthX", "double", "",0
  1449. Property: "MaxDampStrengthY", "double", "",0
  1450. Property: "MaxDampStrengthZ", "double", "",0
  1451. Property: "PreferedAngleX", "double", "",0
  1452. Property: "PreferedAngleY", "double", "",0
  1453. Property: "PreferedAngleZ", "double", "",0
  1454. Property: "InheritType", "enum", "",0
  1455. Property: "ScalingActive", "bool", "",0
  1456. Property: "ScalingMin", "Vector3D", "",1,1,1
  1457. Property: "ScalingMax", "Vector3D", "",1,1,1
  1458. Property: "ScalingMinX", "bool", "",0
  1459. Property: "ScalingMinY", "bool", "",0
  1460. Property: "ScalingMinZ", "bool", "",0
  1461. Property: "ScalingMaxX", "bool", "",0
  1462. Property: "ScalingMaxY", "bool", "",0
  1463. Property: "ScalingMaxZ", "bool", "",0
  1464. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1465. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1466. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1467. Property: "LookAtProperty", "object", ""
  1468. Property: "UpVectorProperty", "object", ""
  1469. Property: "Show", "bool", "",1
  1470. Property: "NegativePercentShapeSupport", "bool", "",1
  1471. Property: "DefaultAttributeIndex", "int", "",0
  1472. Property: "Color", "Color", "A",0.8,0.8,0.8
  1473. Property: "Roll", "Roll", "A+",0
  1474. Property: "FieldOfView", "FieldOfView", "A+",40
  1475. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1476. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1477. Property: "OpticalCenterX", "Real", "A+",0
  1478. Property: "OpticalCenterY", "Real", "A+",0
  1479. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1480. Property: "TurnTable", "Real", "A+",0
  1481. Property: "DisplayTurnTableIcon", "bool", "",1
  1482. Property: "Motion Blur Intensity", "Real", "A+",1
  1483. Property: "UseMotionBlur", "bool", "",0
  1484. Property: "UseRealTimeMotionBlur", "bool", "",1
  1485. Property: "ResolutionMode", "enum", "",0
  1486. Property: "ApertureMode", "enum", "",2
  1487. Property: "GateFit", "enum", "",0
  1488. Property: "FocalLength", "Real", "A+",21.3544940948486
  1489. Property: "CameraFormat", "enum", "",0
  1490. Property: "AspectW", "double", "",320
  1491. Property: "AspectH", "double", "",200
  1492. Property: "PixelAspectRatio", "double", "",1
  1493. Property: "UseFrameColor", "bool", "",0
  1494. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1495. Property: "ShowName", "bool", "",1
  1496. Property: "ShowGrid", "bool", "",1
  1497. Property: "ShowOpticalCenter", "bool", "",0
  1498. Property: "ShowAzimut", "bool", "",1
  1499. Property: "ShowTimeCode", "bool", "",0
  1500. Property: "NearPlane", "double", "",1.000000
  1501. Property: "FarPlane", "double", "",30000.000000
  1502. Property: "FilmWidth", "double", "",0.816
  1503. Property: "FilmHeight", "double", "",0.612
  1504. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1505. Property: "FilmSqueezeRatio", "double", "",1
  1506. Property: "FilmFormatIndex", "enum", "",4
  1507. Property: "ViewFrustum", "bool", "",1
  1508. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1509. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1510. Property: "BackPlaneDistance", "double", "",100
  1511. Property: "BackPlaneDistanceMode", "enum", "",0
  1512. Property: "ViewCameraToLookAt", "bool", "",1
  1513. Property: "LockMode", "bool", "",0
  1514. Property: "LockInterestNavigation", "bool", "",0
  1515. Property: "FitImage", "bool", "",0
  1516. Property: "Crop", "bool", "",0
  1517. Property: "Center", "bool", "",1
  1518. Property: "KeepRatio", "bool", "",1
  1519. Property: "BackgroundMode", "enum", "",0
  1520. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1521. Property: "ForegroundTransparent", "bool", "",1
  1522. Property: "DisplaySafeArea", "bool", "",0
  1523. Property: "SafeAreaDisplayStyle", "enum", "",1
  1524. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1525. Property: "Use2DMagnifierZoom", "bool", "",0
  1526. Property: "2D Magnifier Zoom", "Real", "A+",100
  1527. Property: "2D Magnifier X", "Real", "A+",50
  1528. Property: "2D Magnifier Y", "Real", "A+",50
  1529. Property: "CameraProjectionType", "enum", "",1
  1530. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1531. Property: "UseDepthOfField", "bool", "",0
  1532. Property: "FocusSource", "enum", "",0
  1533. Property: "FocusAngle", "double", "",3.5
  1534. Property: "FocusDistance", "double", "",200
  1535. Property: "UseAntialiasing", "bool", "",0
  1536. Property: "AntialiasingIntensity", "double", "",0.77777
  1537. Property: "UseAccumulationBuffer", "bool", "",0
  1538. Property: "FrameSamplingCount", "int", "",7
  1539. }
  1540. MultiLayer: 0
  1541. MultiTake: 0
  1542. Hidden: "True"
  1543. Shading: Y
  1544. Culling: "CullingOff"
  1545. TypeFlags: "Camera"
  1546. GeometryVersion: 124
  1547. Position: 0.000000,0.000000,-4000.000000
  1548. Up: 0,1,0
  1549. LookAt: 0,0,0
  1550. ShowInfoOnMoving: 1
  1551. ShowAudio: 0
  1552. AudioColor: 0,1,0
  1553. CameraOrthoZoom: 1
  1554. }
  1555. Model: "Model::Producer Right", "Camera" {
  1556. Version: 232
  1557. Properties60: {
  1558. Property: "QuaternionInterpolate", "bool", "",0
  1559. Property: "Visibility", "Visibility", "A+",1
  1560. Property: "Lcl Translation", "Lcl Translation", "A+",4000.000000000000000,0.000000000000000,0.000000000000000
  1561. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  1562. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  1563. Property: "RotationOffset", "Vector3D", "",0,0,0
  1564. Property: "RotationPivot", "Vector3D", "",0,0,0
  1565. Property: "ScalingOffset", "Vector3D", "",0,0,0
  1566. Property: "ScalingPivot", "Vector3D", "",0,0,0
  1567. Property: "TranslationActive", "bool", "",0
  1568. Property: "TranslationMin", "Vector3D", "",0,0,0
  1569. Property: "TranslationMax", "Vector3D", "",0,0,0
  1570. Property: "TranslationMinX", "bool", "",0
  1571. Property: "TranslationMinY", "bool", "",0
  1572. Property: "TranslationMinZ", "bool", "",0
  1573. Property: "TranslationMaxX", "bool", "",0
  1574. Property: "TranslationMaxY", "bool", "",0
  1575. Property: "TranslationMaxZ", "bool", "",0
  1576. Property: "RotationOrder", "enum", "",0
  1577. Property: "RotationSpaceForLimitOnly", "bool", "",0
  1578. Property: "AxisLen", "double", "",10
  1579. Property: "PreRotation", "Vector3D", "",0,0,0
  1580. Property: "PostRotation", "Vector3D", "",0,0,0
  1581. Property: "RotationActive", "bool", "",0
  1582. Property: "RotationMin", "Vector3D", "",0,0,0
  1583. Property: "RotationMax", "Vector3D", "",0,0,0
  1584. Property: "RotationMinX", "bool", "",0
  1585. Property: "RotationMinY", "bool", "",0
  1586. Property: "RotationMinZ", "bool", "",0
  1587. Property: "RotationMaxX", "bool", "",0
  1588. Property: "RotationMaxY", "bool", "",0
  1589. Property: "RotationMaxZ", "bool", "",0
  1590. Property: "RotationStiffnessX", "double", "",0
  1591. Property: "RotationStiffnessY", "double", "",0
  1592. Property: "RotationStiffnessZ", "double", "",0
  1593. Property: "MinDampRangeX", "double", "",0
  1594. Property: "MinDampRangeY", "double", "",0
  1595. Property: "MinDampRangeZ", "double", "",0
  1596. Property: "MaxDampRangeX", "double", "",0
  1597. Property: "MaxDampRangeY", "double", "",0
  1598. Property: "MaxDampRangeZ", "double", "",0
  1599. Property: "MinDampStrengthX", "double", "",0
  1600. Property: "MinDampStrengthY", "double", "",0
  1601. Property: "MinDampStrengthZ", "double", "",0
  1602. Property: "MaxDampStrengthX", "double", "",0
  1603. Property: "MaxDampStrengthY", "double", "",0
  1604. Property: "MaxDampStrengthZ", "double", "",0
  1605. Property: "PreferedAngleX", "double", "",0
  1606. Property: "PreferedAngleY", "double", "",0
  1607. Property: "PreferedAngleZ", "double", "",0
  1608. Property: "InheritType", "enum", "",0
  1609. Property: "ScalingActive", "bool", "",0
  1610. Property: "ScalingMin", "Vector3D", "",1,1,1
  1611. Property: "ScalingMax", "Vector3D", "",1,1,1
  1612. Property: "ScalingMinX", "bool", "",0
  1613. Property: "ScalingMinY", "bool", "",0
  1614. Property: "ScalingMinZ", "bool", "",0
  1615. Property: "ScalingMaxX", "bool", "",0
  1616. Property: "ScalingMaxY", "bool", "",0
  1617. Property: "ScalingMaxZ", "bool", "",0
  1618. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1619. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1620. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1621. Property: "LookAtProperty", "object", ""
  1622. Property: "UpVectorProperty", "object", ""
  1623. Property: "Show", "bool", "",1
  1624. Property: "NegativePercentShapeSupport", "bool", "",1
  1625. Property: "DefaultAttributeIndex", "int", "",0
  1626. Property: "Color", "Color", "A",0.8,0.8,0.8
  1627. Property: "Roll", "Roll", "A+",0
  1628. Property: "FieldOfView", "FieldOfView", "A+",40
  1629. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1630. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1631. Property: "OpticalCenterX", "Real", "A+",0
  1632. Property: "OpticalCenterY", "Real", "A+",0
  1633. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1634. Property: "TurnTable", "Real", "A+",0
  1635. Property: "DisplayTurnTableIcon", "bool", "",1
  1636. Property: "Motion Blur Intensity", "Real", "A+",1
  1637. Property: "UseMotionBlur", "bool", "",0
  1638. Property: "UseRealTimeMotionBlur", "bool", "",1
  1639. Property: "ResolutionMode", "enum", "",0
  1640. Property: "ApertureMode", "enum", "",2
  1641. Property: "GateFit", "enum", "",0
  1642. Property: "FocalLength", "Real", "A+",21.3544940948486
  1643. Property: "CameraFormat", "enum", "",0
  1644. Property: "AspectW", "double", "",320
  1645. Property: "AspectH", "double", "",200
  1646. Property: "PixelAspectRatio", "double", "",1
  1647. Property: "UseFrameColor", "bool", "",0
  1648. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1649. Property: "ShowName", "bool", "",1
  1650. Property: "ShowGrid", "bool", "",1
  1651. Property: "ShowOpticalCenter", "bool", "",0
  1652. Property: "ShowAzimut", "bool", "",1
  1653. Property: "ShowTimeCode", "bool", "",0
  1654. Property: "NearPlane", "double", "",1.000000
  1655. Property: "FarPlane", "double", "",30000.000000
  1656. Property: "FilmWidth", "double", "",0.816
  1657. Property: "FilmHeight", "double", "",0.612
  1658. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1659. Property: "FilmSqueezeRatio", "double", "",1
  1660. Property: "FilmFormatIndex", "enum", "",4
  1661. Property: "ViewFrustum", "bool", "",1
  1662. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1663. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1664. Property: "BackPlaneDistance", "double", "",100
  1665. Property: "BackPlaneDistanceMode", "enum", "",0
  1666. Property: "ViewCameraToLookAt", "bool", "",1
  1667. Property: "LockMode", "bool", "",0
  1668. Property: "LockInterestNavigation", "bool", "",0
  1669. Property: "FitImage", "bool", "",0
  1670. Property: "Crop", "bool", "",0
  1671. Property: "Center", "bool", "",1
  1672. Property: "KeepRatio", "bool", "",1
  1673. Property: "BackgroundMode", "enum", "",0
  1674. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1675. Property: "ForegroundTransparent", "bool", "",1
  1676. Property: "DisplaySafeArea", "bool", "",0
  1677. Property: "SafeAreaDisplayStyle", "enum", "",1
  1678. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1679. Property: "Use2DMagnifierZoom", "bool", "",0
  1680. Property: "2D Magnifier Zoom", "Real", "A+",100
  1681. Property: "2D Magnifier X", "Real", "A+",50
  1682. Property: "2D Magnifier Y", "Real", "A+",50
  1683. Property: "CameraProjectionType", "enum", "",1
  1684. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1685. Property: "UseDepthOfField", "bool", "",0
  1686. Property: "FocusSource", "enum", "",0
  1687. Property: "FocusAngle", "double", "",3.5
  1688. Property: "FocusDistance", "double", "",200
  1689. Property: "UseAntialiasing", "bool", "",0
  1690. Property: "AntialiasingIntensity", "double", "",0.77777
  1691. Property: "UseAccumulationBuffer", "bool", "",0
  1692. Property: "FrameSamplingCount", "int", "",7
  1693. }
  1694. MultiLayer: 0
  1695. MultiTake: 0
  1696. Hidden: "True"
  1697. Shading: Y
  1698. Culling: "CullingOff"
  1699. TypeFlags: "Camera"
  1700. GeometryVersion: 124
  1701. Position: 4000.000000,0.000000,0.000000
  1702. Up: 0,1,0
  1703. LookAt: 0,0,0
  1704. ShowInfoOnMoving: 1
  1705. ShowAudio: 0
  1706. AudioColor: 0,1,0
  1707. CameraOrthoZoom: 1
  1708. }
  1709. Model: "Model::Producer Left", "Camera" {
  1710. Version: 232
  1711. Properties60: {
  1712. Property: "QuaternionInterpolate", "bool", "",0
  1713. Property: "Visibility", "Visibility", "A+",1
  1714. Property: "Lcl Translation", "Lcl Translation", "A+",-4000.000000000000000,0.000000000000000,0.000000000000000
  1715. Property: "Lcl Rotation", "Lcl Rotation", "A+",0.000000000000000,0.000000000000000,0.000000000000000
  1716. Property: "Lcl Scaling", "Lcl Scaling", "A+",1.000000000000000,1.000000000000000,1.000000000000000
  1717. Property: "RotationOffset", "Vector3D", "",0,0,0
  1718. Property: "RotationPivot", "Vector3D", "",0,0,0
  1719. Property: "ScalingOffset", "Vector3D", "",0,0,0
  1720. Property: "ScalingPivot", "Vector3D", "",0,0,0
  1721. Property: "TranslationActive", "bool", "",0
  1722. Property: "TranslationMin", "Vector3D", "",0,0,0
  1723. Property: "TranslationMax", "Vector3D", "",0,0,0
  1724. Property: "TranslationMinX", "bool", "",0
  1725. Property: "TranslationMinY", "bool", "",0
  1726. Property: "TranslationMinZ", "bool", "",0
  1727. Property: "TranslationMaxX", "bool", "",0
  1728. Property: "TranslationMaxY", "bool", "",0
  1729. Property: "TranslationMaxZ", "bool", "",0
  1730. Property: "RotationOrder", "enum", "",0
  1731. Property: "RotationSpaceForLimitOnly", "bool", "",0
  1732. Property: "AxisLen", "double", "",10
  1733. Property: "PreRotation", "Vector3D", "",0,0,0
  1734. Property: "PostRotation", "Vector3D", "",0,0,0
  1735. Property: "RotationActive", "bool", "",0
  1736. Property: "RotationMin", "Vector3D", "",0,0,0
  1737. Property: "RotationMax", "Vector3D", "",0,0,0
  1738. Property: "RotationMinX", "bool", "",0
  1739. Property: "RotationMinY", "bool", "",0
  1740. Property: "RotationMinZ", "bool", "",0
  1741. Property: "RotationMaxX", "bool", "",0
  1742. Property: "RotationMaxY", "bool", "",0
  1743. Property: "RotationMaxZ", "bool", "",0
  1744. Property: "RotationStiffnessX", "double", "",0
  1745. Property: "RotationStiffnessY", "double", "",0
  1746. Property: "RotationStiffnessZ", "double", "",0
  1747. Property: "MinDampRangeX", "double", "",0
  1748. Property: "MinDampRangeY", "double", "",0
  1749. Property: "MinDampRangeZ", "double", "",0
  1750. Property: "MaxDampRangeX", "double", "",0
  1751. Property: "MaxDampRangeY", "double", "",0
  1752. Property: "MaxDampRangeZ", "double", "",0
  1753. Property: "MinDampStrengthX", "double", "",0
  1754. Property: "MinDampStrengthY", "double", "",0
  1755. Property: "MinDampStrengthZ", "double", "",0
  1756. Property: "MaxDampStrengthX", "double", "",0
  1757. Property: "MaxDampStrengthY", "double", "",0
  1758. Property: "MaxDampStrengthZ", "double", "",0
  1759. Property: "PreferedAngleX", "double", "",0
  1760. Property: "PreferedAngleY", "double", "",0
  1761. Property: "PreferedAngleZ", "double", "",0
  1762. Property: "InheritType", "enum", "",0
  1763. Property: "ScalingActive", "bool", "",0
  1764. Property: "ScalingMin", "Vector3D", "",1,1,1
  1765. Property: "ScalingMax", "Vector3D", "",1,1,1
  1766. Property: "ScalingMinX", "bool", "",0
  1767. Property: "ScalingMinY", "bool", "",0
  1768. Property: "ScalingMinZ", "bool", "",0
  1769. Property: "ScalingMaxX", "bool", "",0
  1770. Property: "ScalingMaxY", "bool", "",0
  1771. Property: "ScalingMaxZ", "bool", "",0
  1772. Property: "GeometricTranslation", "Vector3D", "",0,0,0
  1773. Property: "GeometricRotation", "Vector3D", "",0,0,0
  1774. Property: "GeometricScaling", "Vector3D", "",1,1,1
  1775. Property: "LookAtProperty", "object", ""
  1776. Property: "UpVectorProperty", "object", ""
  1777. Property: "Show", "bool", "",1
  1778. Property: "NegativePercentShapeSupport", "bool", "",1
  1779. Property: "DefaultAttributeIndex", "int", "",0
  1780. Property: "Color", "Color", "A",0.8,0.8,0.8
  1781. Property: "Roll", "Roll", "A+",0
  1782. Property: "FieldOfView", "FieldOfView", "A+",40
  1783. Property: "FieldOfViewX", "FieldOfView", "A+",1
  1784. Property: "FieldOfViewY", "FieldOfView", "A+",1
  1785. Property: "OpticalCenterX", "Real", "A+",0
  1786. Property: "OpticalCenterY", "Real", "A+",0
  1787. Property: "BackgroundColor", "Color", "A+",0.63,0.63,0.63
  1788. Property: "TurnTable", "Real", "A+",0
  1789. Property: "DisplayTurnTableIcon", "bool", "",1
  1790. Property: "Motion Blur Intensity", "Real", "A+",1
  1791. Property: "UseMotionBlur", "bool", "",0
  1792. Property: "UseRealTimeMotionBlur", "bool", "",1
  1793. Property: "ResolutionMode", "enum", "",0
  1794. Property: "ApertureMode", "enum", "",2
  1795. Property: "GateFit", "enum", "",0
  1796. Property: "FocalLength", "Real", "A+",21.3544940948486
  1797. Property: "CameraFormat", "enum", "",0
  1798. Property: "AspectW", "double", "",320
  1799. Property: "AspectH", "double", "",200
  1800. Property: "PixelAspectRatio", "double", "",1
  1801. Property: "UseFrameColor", "bool", "",0
  1802. Property: "FrameColor", "ColorRGB", "",0.3,0.3,0.3
  1803. Property: "ShowName", "bool", "",1
  1804. Property: "ShowGrid", "bool", "",1
  1805. Property: "ShowOpticalCenter", "bool", "",0
  1806. Property: "ShowAzimut", "bool", "",1
  1807. Property: "ShowTimeCode", "bool", "",0
  1808. Property: "NearPlane", "double", "",1.000000
  1809. Property: "FarPlane", "double", "",30000.000000
  1810. Property: "FilmWidth", "double", "",0.816
  1811. Property: "FilmHeight", "double", "",0.612
  1812. Property: "FilmAspectRatio", "double", "",1.33333333333333
  1813. Property: "FilmSqueezeRatio", "double", "",1
  1814. Property: "FilmFormatIndex", "enum", "",4
  1815. Property: "ViewFrustum", "bool", "",1
  1816. Property: "ViewFrustumNearFarPlane", "bool", "",0
  1817. Property: "ViewFrustumBackPlaneMode", "enum", "",2
  1818. Property: "BackPlaneDistance", "double", "",100
  1819. Property: "BackPlaneDistanceMode", "enum", "",0
  1820. Property: "ViewCameraToLookAt", "bool", "",1
  1821. Property: "LockMode", "bool", "",0
  1822. Property: "LockInterestNavigation", "bool", "",0
  1823. Property: "FitImage", "bool", "",0
  1824. Property: "Crop", "bool", "",0
  1825. Property: "Center", "bool", "",1
  1826. Property: "KeepRatio", "bool", "",1
  1827. Property: "BackgroundMode", "enum", "",0
  1828. Property: "BackgroundAlphaTreshold", "double", "",0.5
  1829. Property: "ForegroundTransparent", "bool", "",1
  1830. Property: "DisplaySafeArea", "bool", "",0
  1831. Property: "SafeAreaDisplayStyle", "enum", "",1
  1832. Property: "SafeAreaAspectRatio", "double", "",1.33333333333333
  1833. Property: "Use2DMagnifierZoom", "bool", "",0
  1834. Property: "2D Magnifier Zoom", "Real", "A+",100
  1835. Property: "2D Magnifier X", "Real", "A+",50
  1836. Property: "2D Magnifier Y", "Real", "A+",50
  1837. Property: "CameraProjectionType", "enum", "",1
  1838. Property: "UseRealTimeDOFAndAA", "bool", "",0
  1839. Property: "UseDepthOfField", "bool", "",0
  1840. Property: "FocusSource", "enum", "",0
  1841. Property: "FocusAngle", "double", "",3.5
  1842. Property: "FocusDistance", "double", "",200
  1843. Property: "UseAntialiasing", "bool", "",0
  1844. Property: "AntialiasingIntensity", "double", "",0.77777
  1845. Property: "UseAccumulationBuffer", "bool", "",0
  1846. Property: "FrameSamplingCount", "int", "",7
  1847. }
  1848. MultiLayer: 0
  1849. MultiTake: 0
  1850. Hidden: "True"
  1851. Shading: Y
  1852. Culling: "CullingOff"
  1853. TypeFlags: "Camera"
  1854. GeometryVersion: 124
  1855. Position: -4000.000000,0.000000,0.000000
  1856. Up: 0,1,0
  1857. LookAt: 0,0,0
  1858. ShowInfoOnMoving: 1
  1859. ShowAudio: 0
  1860. AudioColor: 0,1,0
  1861. CameraOrthoZoom: 1
  1862. }
  1863. Material: "Material::unnamed", "" {
  1864. Version: 102
  1865. ShadingModel: "phong"
  1866. MultiLayer: 0
  1867. Properties60: {
  1868. Property: "ShadingModel", "KString", "", "Phong"
  1869. Property: "MultiLayer", "bool", "",0
  1870. Property: "EmissiveColor", "ColorRGB", "",0.8000,0.8000,0.8000
  1871. Property: "EmissiveFactor", "double", "",0.0000
  1872. Property: "AmbientColor", "ColorRGB", "",1.0000,1.0000,1.0000
  1873. Property: "AmbientFactor", "double", "",1.0000
  1874. Property: "DiffuseColor", "ColorRGB", "",0.8000,0.8000,0.8000
  1875. Property: "DiffuseFactor", "double", "",0.8000
  1876. Property: "Bump", "Vector3D", "",0,0,0
  1877. Property: "TransparentColor", "ColorRGB", "",1,1,1
  1878. Property: "TransparencyFactor", "double", "",0.0000
  1879. Property: "SpecularColor", "ColorRGB", "",1.0000,1.0000,1.0000
  1880. Property: "SpecularFactor", "double", "",0.5000
  1881. Property: "ShininessExponent", "double", "",12.3
  1882. Property: "ReflectionColor", "ColorRGB", "",0,0,0
  1883. Property: "ReflectionFactor", "double", "",1
  1884. Property: "Emissive", "ColorRGB", "",0,0,0
  1885. Property: "Ambient", "ColorRGB", "",1.0,1.0,1.0
  1886. Property: "Diffuse", "ColorRGB", "",0.8,0.8,0.8
  1887. Property: "Specular", "ColorRGB", "",1.0,1.0,1.0
  1888. Property: "Shininess", "double", "",12.3
  1889. Property: "Opacity", "double", "",1.0
  1890. Property: "Reflectivity", "double", "",0
  1891. }
  1892. }
  1893. Pose: "Pose::BIND_POSES", "BindPose" {
  1894. Type: "BindPose"
  1895. Version: 100
  1896. Properties60: {
  1897. }
  1898. NbPoseNodes: 5
  1899. PoseNode: {
  1900. Node: "Model::Cube_026"
  1901. Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000
  1902. }
  1903. PoseNode: {
  1904. Node: "Model::Cube_024"
  1905. Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000
  1906. }
  1907. PoseNode: {
  1908. Node: "Model::Cube_028"
  1909. Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000
  1910. }
  1911. PoseNode: {
  1912. Node: "Model::Cube_027"
  1913. Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000
  1914. }
  1915. PoseNode: {
  1916. Node: "Model::Cube_025"
  1917. Matrix: 0.000000075497901,0.000000000000000,-1.000000000000000,0.000000000000000,-1.000000000000000,0.000000000000000,-0.000000075497901,0.000000000000000,0.000000000000000,1.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,1.000000000000000
  1918. }
  1919. }
  1920. GlobalSettings: {
  1921. Version: 1000
  1922. Properties60: {
  1923. Property: "UpAxis", "int", "",1
  1924. Property: "UpAxisSign", "int", "",1
  1925. Property: "FrontAxis", "int", "",2
  1926. Property: "FrontAxisSign", "int", "",1
  1927. Property: "CoordAxis", "int", "",0
  1928. Property: "CoordAxisSign", "int", "",1
  1929. Property: "UnitScaleFactor", "double", "",1
  1930. }
  1931. }
  1932. }
  1933. ; Object relations
  1934. ;------------------------------------------------------------------
  1935. Relations: {
  1936. Model: "Model::Cube_026", "Mesh" {
  1937. }
  1938. Model: "Model::Cube_024", "Mesh" {
  1939. }
  1940. Model: "Model::Cube_028", "Mesh" {
  1941. }
  1942. Model: "Model::Cube_027", "Mesh" {
  1943. }
  1944. Model: "Model::Cube_025", "Mesh" {
  1945. }
  1946. Model: "Model::Producer Perspective", "Camera" {
  1947. }
  1948. Model: "Model::Producer Top", "Camera" {
  1949. }
  1950. Model: "Model::Producer Bottom", "Camera" {
  1951. }
  1952. Model: "Model::Producer Front", "Camera" {
  1953. }
  1954. Model: "Model::Producer Back", "Camera" {
  1955. }
  1956. Model: "Model::Producer Right", "Camera" {
  1957. }
  1958. Model: "Model::Producer Left", "Camera" {
  1959. }
  1960. Model: "Model::Camera Switcher", "CameraSwitcher" {
  1961. }
  1962. Material: "Material::unnamed", "" {
  1963. }
  1964. }
  1965. ; Object connections
  1966. ;------------------------------------------------------------------
  1967. Connections: {
  1968. Connect: "OO", "Model::Cube_026", "Model::Scene"
  1969. Connect: "OO", "Model::Cube_024", "Model::Scene"
  1970. Connect: "OO", "Model::Cube_028", "Model::Scene"
  1971. Connect: "OO", "Model::Cube_027", "Model::Scene"
  1972. Connect: "OO", "Model::Cube_025", "Model::Scene"
  1973. Connect: "OO", "Material::unnamed", "Model::Cube_026"
  1974. Connect: "OO", "Material::unnamed", "Model::Cube_024"
  1975. Connect: "OO", "Material::unnamed", "Model::Cube_028"
  1976. Connect: "OO", "Material::unnamed", "Model::Cube_027"
  1977. Connect: "OO", "Material::unnamed", "Model::Cube_025"
  1978. }
  1979. ;Takes and animation section
  1980. ;----------------------------------------------------
  1981. Takes: {
  1982. Current: ""
  1983. }
  1984. ;Version 5 settings
  1985. ;------------------------------------------------------------------
  1986. Version5: {
  1987. AmbientRenderSettings: {
  1988. Version: 101
  1989. AmbientLightColor: 0.0,0.0,0.0,0
  1990. }
  1991. FogOptions: {
  1992. FogEnable: 0
  1993. FogMode: 0
  1994. FogDensity: 0.000
  1995. FogStart: 5.000
  1996. FogEnd: 25.000
  1997. FogColor: 0.1,0.1,0.1,1
  1998. }
  1999. Settings: {
  2000. FrameRate: "24"
  2001. TimeFormat: 1
  2002. SnapOnFrames: 0
  2003. ReferenceTimeIndex: -1
  2004. TimeLineStartTime: 0
  2005. TimeLineStopTime: 479181389250
  2006. }
  2007. RendererSetting: {
  2008. DefaultCamera: "Producer Perspective"
  2009. DefaultViewingMode: 0
  2010. }
  2011. }