| Package | Description |
|---|---|
| org.jogamp.java3d | |
| org.jogamp.java3d.utils.universe |
| Modifier and Type | Method and Description |
|---|---|
ViewPlatform |
WakeupOnViewPlatformExit.getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup.
|
ViewPlatform |
WakeupOnViewPlatformEntry.getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup.
|
ViewPlatform |
View.getViewPlatform()
Retrieves the currently attached ViewPlatform object
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.attachViewPlatform(ViewPlatform vp)
Attach viewPlatform structure to this view.
|
| Modifier and Type | Method and Description |
|---|---|
ViewPlatform |
ViewingPlatform.getViewPlatform()
Returns the ViewPlatform node for this ViewingPlatform object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewingPlatform.setViewPlatform(ViewPlatform vp)
Sets the ViewPlatform node for this ViewingPlatform object.
|