View Single Post
  #8  
Old 10-02-2005, 10:53 PM
Vmichaeljin Vmichaeljin is offline
Member
 
Join Date: Sep 2005
Posts: 6
Thanks, I think it was a problem with the .wrl's initial settings. How can I change the following so that the rod is centered and faces north?

#VRML V2.0 utf8

# Produced by 3D Studio MAX VRML97 exporter, Version 3, Revision 1.31
# Date: Mon Aug 14 20:59:35 2000

DEF Cylinder02 Transform {
translation 0 0 0
rotation 0 0 1 -1.57
children [
Transform {
translation 0 2.5 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0.3451 0.6941 0.102
}
}
geometry Cylinder { radius 0.1 height 5 }
}
] }
]
}
Reply With Quote