VRML Example
Non XML( !) Syntax like
Transform { # The Blue Box Part
translation -2.4 .2 1
rotation 0 1 1 .9
children [
Shape { geometry Box {}
appearance Appearance {
material Material { diffuseColor 0 0 1 } # Blue }
}
]
}
Gives displays like
Where each component is programmable and dynamic
Previous slide
Next slide
Back to first slide
View graphic version