<scene3d>
(3D Scene Properties)
This element defines optional scene-level 3D properties to apply to an object.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Scene3D">
<sequence>
<element name="camera" type="CT_Camera" minOccurs="1" maxOccurs="1"/>
<element name="lightRig" type="CT_LightRig" minOccurs="1" maxOccurs="1"/>
<element name="backdrop" type="CT_Backdrop" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>