Package org.web3d.x3d.sai
Interface X3DPerFrameObserverScript
- All Superinterfaces:
X3DScriptImplementation
Marker interface to say that the implementing class is interested in knowing
about per-frame updates and the pre event cascade processing steps.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that the script is in the prepareEvents section of the event model evaluation.Methods inherited from interface org.web3d.x3d.sai.X3DScriptImplementation
eventsProcessed, initialize, setBrowser, setFields, shutdown
-
Method Details
-
prepareEvents
void prepareEvents()Notification that the script is in the prepareEvents section of the event model evaluation.
-