|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBranchGroup | |
|---|---|
| com.vwp.j3d.loaders | |
| com.vwp.j3d.utils.behaviors.keyboard | |
| Uses of XBranchGroup in com.vwp.j3d.loaders |
|---|
| Methods in com.vwp.j3d.loaders that return XBranchGroup | |
|---|---|
XBranchGroup |
DataCache.getBranchGroup(java.lang.String Identifier,
boolean forceGeometryCopying)
Fetches a cached BranchGroup object from the DataCache |
| Methods in com.vwp.j3d.loaders with parameters of type XBranchGroup | |
|---|---|
boolean |
Objects.loadFile(MessagePipe MyMsgPipe,
java.net.URL FileURL,
XBranchGroup ModelBranch,
DataCache MyTextureCache,
DataCache MyModelCache,
Group ModelBranchParent)
Invokes downloading of a remote file and interpretion of the loaded data. |
boolean |
Objects.loadFile(java.lang.String FileName,
XBranchGroup ModelBranch,
DataCache MyTextureCache)
Invokes loading of a local file and interpretion of the loaded data |
boolean |
Objects.loadFile(java.net.URL FileURL,
XBranchGroup ModelBranch,
DataCache MyTextureCache)
Invokes downloading of a remote file and interpretion of the loaded data |
boolean |
Objects.loadFileInBackground(MessagePipe MyMsgPipe,
java.net.URL FileURL,
XBranchGroup ModelBranch,
DataCache MyTextureCache,
DataCache MyModelCache,
Group ModelBranchParent)
Invokes downloading of a remote file and interpretion of the loaded data using a separate Thread. |
void |
DataCache.storeBranchGroup(XBranchGroup MyBranch,
java.lang.String Identifier)
Stores a duplicated BranchGroup in the DataCache. |
void |
DataCache.storeBranchGroup(XBranchGroup MyBranch,
java.lang.String Identifier,
boolean doCloneShape)
Stores a BranchGroup in the DataCache. |
| Uses of XBranchGroup in com.vwp.j3d.utils.behaviors.keyboard |
|---|
| Methods in com.vwp.j3d.utils.behaviors.keyboard with parameters of type XBranchGroup | |
|---|---|
void |
KeyNavigatorBehavior.setCheckCollisions(boolean checkCollisions,
XBranchGroup CollisionRootBranch)
Enables or disables the collision prevention algorithm. |
void |
KeyNavigatorBehavior.setFollowTerrain(boolean followTerrain,
XBranchGroup CollisionRootBranch,
double terrainStepHeight)
Enables or disables the terrain following algorithm. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||