<scene3d> (3-D Scene)

The 3-D scene which consists of a camera, a light rig, and an optional backdrop to catch shadows.

Parent Elements

<styleDef>5.9.5.7); <styleLbl>5.9.5.10)

Child Elements

Subclause

<backdrop> (Backdrop Plane)

§5.1.7.2

<camera> (Camera)

§5.1.7.5

<extLst> (Extension List)

§5.1.2.1.15

<lightRig> (Light Rig)

§5.1.7.9

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>