#Inventor V2.1 ascii DEF white Material{ diffuseColor 1.0 1.0 1.0 } DEF red Material{ diffuseColor 1.0 0.0 0.0 } DEF green Material{ diffuseColor 0.0 1.0 0.0 } DEF blue Material{ diffuseColor 0.0 0.0 1.0 } DEF yellow Material{ diffuseColor 1.0 1.0 0.0 } DEF violet Material{ diffuseColor 1.0 0.5 0.5 } DEF purple Material{ diffuseColor 1.0 0.0 1.0 } DEF rose Material{ diffuseColor 0.5 0.0 0.5 } DEF pink Material{ diffuseColor 0.1 0 0.266667 } Separator { OrthographicCamera { viewportMapping ADJUST_CAMERA position 0.0 0.5 4.0 orientation 0.0 1.0 0.0 0.0 aspectRatio 1 nearDistance 3.63559 farDistance 4.24404 focalDistance 3.66946 height 3.34879 } Separator { Separator { # rail USE yellow Cube { width 4.0 height 0.05 depth 0.05 } } Separator { DEF cart Transform{} Separator { renderCaching ON USE red Sphere { radius 0.1 } } } Separator { DEF pole Transform{} Separator { renderCaching ON USE red Translation { translation 0 0.5 0 } Cube { width 0.1 height 1.0 depth 0.1 } Translation { translation 0 0.5 0 } Sphere { radius 0.1 } } } } }