|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.ui.construct.ogl.AutoConfigureViewpoint
public class AutoConfigureViewpoint
Utility module for the ThumbnailRecorder that will attempt to create a useful default viewpoint of the loaded scene.
| Field Summary | |
|---|---|
protected boolean |
addNodes
Flag used in the end of frame listener, indicating that the new nodes may be added to the scene |
protected boolean |
configComplete
Synchronization flag |
protected OGLConstruct |
construct
The construct |
protected OGLStandardBrowserCore |
core
The browser core |
protected ErrorReporter |
errorReporter
The error reporting mechanism |
protected FrameStateManager |
fsm
The frame state manager |
protected org.web3d.vrml.renderer.ogl.nodes.navigation.OGLNavigationInfo |
navInfo
The viewpoint |
protected VRMLWorldRootNodeType |
root
The scene root, parent for the nav info and viewpoint nodes |
protected org.web3d.vrml.renderer.ogl.nodes.navigation.OGLViewpoint |
viewpoint
The viewpoint |
| Constructor Summary | |
|---|---|
AutoConfigureViewpoint(OGLConstruct construct)
Constructor |
|
| Method Summary | |
|---|---|
void |
allEventsComplete()
Notification that the rendering of the event model is complete and that rendering is about to begin. |
boolean |
configure()
Create and configure a new viewpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OGLConstruct construct
protected OGLStandardBrowserCore core
protected FrameStateManager fsm
protected ErrorReporter errorReporter
protected boolean configComplete
protected org.web3d.vrml.renderer.ogl.nodes.navigation.OGLViewpoint viewpoint
protected org.web3d.vrml.renderer.ogl.nodes.navigation.OGLNavigationInfo navInfo
protected VRMLWorldRootNodeType root
protected boolean addNodes
| Constructor Detail |
|---|
public AutoConfigureViewpoint(OGLConstruct construct)
construct - The construct containing the scene for which to configure a viewpoint.| Method Detail |
|---|
public void allEventsComplete()
FrameStateListener
allEventsComplete in interface FrameStateListenerpublic boolean configure()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||