#VRML V2.0 utf8
Transform {
translation -0.03 0.00 -0.052
rotation 0.82 -0.56 -0.039 2.10
children [
Shape {
appearance Appearance {
material Material {
ambientIntensity 0.2
shininess 0.2
diffuseColor 1 0 0
}
}
geometry Box {
size 1 1 1
}
}
]
}
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN"
"http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D>
<Scene>
<Transform translation= "-0.03 0.00 -0.052"
rotation= " 0.82 -0.56 -0.039 2.10">
<Shape>
<Appearance>
<Material ambientIntensity ="0.2"
shininess ="0.2"
diffuseColor ="1 0 0" />
</Appearance>
<Box size="1 1 1"/>
</Shape>
</Transform>
</Scene>
</X3D>
|