Proximity sensors sense when a viewer enters and moves about within a box-shaped region in the VRML world.
-
ProximitySensor {
-
center 0 0 0 # exposedField SFVec3f
-
size 0 0 0 # exposedField SFVec3f
-
enabled TRUE # exposedField SFBool
-
isActive # eventOut SFBool
-
position_changed # eventOut SFVec3f
-
orientation_changed # eventOut SFRotation
-
enterTime # eventOut SFTime
-
exitTime # eventOut SFTime
-
}
|