
MotionBlur
Type
ParentNode.
Description
Simplistic motion blur effect, applies to all child nodes. Not very good at the moment...
Attributes
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="ANY"/> <MotionBlur> <Background skyColor="1 1 1 0.66 0.66 1" skyAngle="0 1" groundColor="0.125 0.5 0.125 0.5 0.75 0.4 1 1 1" groundAngle="0 1.3 1.570796327"/> <Transform translation="-2 0 -10"> <Shape> <Appearance> <Material DEF="boxColour" diffuseColor="0 0 1"/> </Appearance> <Box/> </Shape> </Transform> <Transform translation="2 1 -10"> <Shape> <Appearance> <Material DEF="boxColour" diffuseColor="0.1 0.8 0.1"/> </Appearance> <Box/> </Shape> </Transform> </MotionBlur> </Scene> </X3D>