You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
365 B
32 lines
365 B
#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
|
|
#} |