public class LOD extends X3DGroupingNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}X3DGroupingNode">
<attribute name="forceTransitions" type="{}SFBool" default="false" />
<attribute name="center" type="{}SFVec3f" default="0 0 0" />
<attribute name="range" type="{}MFFloat" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SFVec3f |
center |
protected SFBool |
forceTransitions |
protected MFFloat |
range |
bboxCenter, bboxSize, childObjectscontainerField| Constructor and Description |
|---|
LOD() |
| Modifier and Type | Method and Description |
|---|---|
SFVec3f |
getCenter()
Gets the value of the center property.
|
MFFloat |
getRange()
Gets the value of the range property.
|
SFBool |
isForceTransitions()
Gets the value of the forceTransitions property.
|
void |
setCenter(SFVec3f value)
Sets the value of the center property.
|
void |
setForceTransitions(SFBool value)
Sets the value of the forceTransitions property.
|
void |
setRange(MFFloat value)
Sets the value of the range property.
|
getBboxCenter, getBboxSize, getChildObjects, setBboxCenter, setBboxSizegetContainerField, setContainerFieldgetClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected SFBool forceTransitions
protected SFVec3f center
protected MFFloat range
public SFBool isForceTransitions()
SFBoolpublic void setForceTransitions(SFBool value)
value - allowed object is
SFBoolpublic SFVec3f getCenter()
SFVec3fpublic void setCenter(SFVec3f value)
value - allowed object is
SFVec3fpublic MFFloat getRange()
MFFloat