Doodle3D-Slicer/three.js-master/examples/models/vrml/simple.wrl
2017-06-22 13:21:07 +02:00

32 lines
365 B
Plaintext
Executable File

#VRML V2.0 utf8
Transform {
rotation 0 1 0 0.4
children DEF myshape Shape {
appearance Appearance {
material Material {
diffuseColor 0 1 0
emissiveColor 0.2 0.2 0.2
}
}
geometry Box {
size 3 2 1
}
}
}
#Transform {
# rotation 1,0,0,0.4
# children USE myshape
#}
#Transform {
# rotation
# 0
# 0
# 1
# 0.4
# children USE myshape
#}