Definition Type: ComplexType
Name: X3DBoundedObject
Containing Schema: x3d-3.2.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into bboxSize in schema x3d-3_2_xsd Drilldown into bboxCenter in schema x3d-3_2_xsdXSD Diagram of X3DBoundedObject in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
bboxCenter bboxCenter 0 0 0 (Optional)
bboxSize bboxSize -1 -1 -1 (Optional)