|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Representation of a Java3D-specific additional interfaces to the basic Landscape interface.
| Method Summary | |
AppearanceGenerator |
getAppearanceGenerator()
Get the currently set appearance generator. |
javax.media.j3d.BranchGroup |
getSceneGraphObject()
Get the geometry group that this terrain is being rendered to. |
void |
setAppearanceGenerator(AppearanceGenerator gen)
Set the appearance generator to create new appearanace items. |
void |
setView(javax.media.j3d.Transform3D t3d)
Set the current view location information based on a transform matrix. |
| Method Detail |
public void setView(javax.media.j3d.Transform3D t3d)
org.j3d.renderer.java3d.navigation package.
t3d - The transform to use as the view positionpublic void setAppearanceGenerator(AppearanceGenerator gen)
gen - The new generator instance to usepublic AppearanceGenerator getAppearanceGenerator()
public javax.media.j3d.BranchGroup getSceneGraphObject()
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||