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

Packages that use LOD 
Package Description
org.web3d.x3d.jsail.Navigation  
org.web3d.x3d.sai.Navigation  
  • 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  LODObject
    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 LOD.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    LOD LOD.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    LOD LOD.setCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named center.
    LOD LOD.setChildren​(X3DNode[] newValue)
    Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
    LOD LOD.setDisplayBBox​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
    LOD LOD.setForceTransitions​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named forceTransitions.
    LOD LOD.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    LOD LOD.setRange​(float[] newValue)
    Accessor method to assign float array to initializeOnly MFFloat field named range.
    LOD LOD.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.