Flash animations as source for MovieTexture
Use the MovieTexture node to place Flash animations in your VRML scene.
Flash Player v.4 or later should be installed on your computer.
Example
NavigationInfo {
type "EXAMINE"
}
Transform {
rotation 1 1 1 1
children [
Shape {
geometry Box {}
appearance Appearance {
texture MovieTexture {
url "skywrite.swf"
loop TRUE
}
}
}
]
}
|
You can see this example in Cortona at top left corner of this page.
|