Uses of Interface
org.web3d.x3d.sai.Navigation.LOD

Packages that use LOD
Package
Description
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
  • Uses of LOD in org.web3d.x3d.jsail.Navigation

    Classes in org.web3d.x3d.jsail.Navigation that implement LOD
    Modifier and Type
    Class
    Description
    class 
    LOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels.
  • Uses of LOD in org.web3d.x3d.sai.Navigation

    Methods in org.web3d.x3d.sai.Navigation that return LOD
    Modifier and Type
    Method
    Description
    LOD.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    LOD.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    LOD.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    LOD.setCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named center.
    LOD.setChildren(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.
    LOD.setForceTransitions(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named forceTransitions.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    LOD.setRange(float[] newValue)
    Accessor method to assign float array to initializeOnly MFFloat field named range.
    LOD.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.