<scene3d>
(3-D Scene)
The 3-D scene which consists of a camera, a light rig, and an optional backdrop to catch shadows.
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>