2.31.3.4 CT_Model3DCamera
Target namespace: http://schemas.microsoft.com/office/drawing/2017/model3d
Referenced by: CT_Model3D
Represents position and orientation of the camera, and the volume of space the camera sees.
Child Elements:
pos: A CT_Point3D [[ISO/IEC29500-1:2016] section A.4.1] element that specifies the position of the camera relative to the origin of the 3D Model.
up: A CT_Vector3D [[ISO/IEC29500-1:2016] section A.4.1] element that specifies the up vector of the camera in world space.
lookAt: A CT_Point3D [[ISO/IEC29500-1:2016] section A.4.1] element that specifies the point at which the camera is aimed in world space.
orthographic: A CT_OrthographicProjection element that specifies the projection of the camera if it is orthographic.
perspective: A CT_PerspectiveProjection element that specifies the projection of the camera if it is perspective.
extLst: A CT_OfficeArtExtensionList [[ISO/IEC29500-1:2016] section A.4.1] element that specifies the extension list in which all future extensions of element type ext are defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables various new types of data to be stored natively in the framework.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Model3DCamera"> <xsd:sequence> <xsd:element name="pos" type="a:CT_Point3D" minOccurs="1" maxOccurs="1"/> <xsd:element name="up" type="a:CT_Vector3D" minOccurs="1" maxOccurs="1"/> <xsd:element name="lookAt" type="a:CT_Point3D" minOccurs="1" maxOccurs="1"/> <xsd:choice minOccurs="1" maxOccurs="1"> <xsd:element name="orthographic" type="CT_OrthographicProjection"/> <xsd:element name="perspective" type="CT_PerspectiveProjection"/> </xsd:choice> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.29 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).