Package | Description |
---|---|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Field and Description |
---|---|
protected BoundingBoxSize |
X3DShapeNode.bboxSize
Specifies the bounding box size of the X3DShapeNode.
|
protected BoundingBoxSize |
X3DGroupingNode.bboxSize |
Modifier and Type | Method and Description |
---|---|
BoundingBoxSize |
X3DShapeNode.getBboxSize()
Gets the value of the bboxSize property.
|
BoundingBoxSize |
X3DGroupingNode.getBboxSize()
Gets the value of the bboxSize property.
|
BoundingBoxSize |
X3DBoundedObject.getBboxSize()
Gets the value of the bboxSize property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DShapeNode.setBboxSize(BoundingBoxSize value)
Sets the value of the bboxSize property.
|
void |
X3DGroupingNode.setBboxSize(BoundingBoxSize value)
Sets the value of the bboxSize property.
|
void |
X3DBoundedObject.setBboxSize(BoundingBoxSize value)
Sets the value of the bboxSize property.
|