<xs:complexType name="X3DBoundedObject" abstract="true" mixed="false">
<xs:annotation>
<xs:appinfo>X3DBoundedObject indicates that bounding box values can
be provided (or computed) for this node and any children.
Bounding box values approximate the volume of a containing box
in the current coordinate system. Bounding box values can
optionally be provided to (or calculated by) 3D browsers.
Bounding box values are hints that can improve performance by
allowing browsers to inexpensively cull geometry, thus avoiding
the computational cost of trying to drawing shapes when they are
outside of the current view.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/group.html#X3DBoundedObject" />
</xs:annotation>
<xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0" />
<xs:attribute name="bboxSize" type="BoundingBoxSize" default="-1 -1 -1" />
</xs:complexType>
|