<scene3d> (3D Scene Properties)

This element defines optional scene-level 3D properties to apply to an object.

Parent Elements

<bodyPr>5.1.5.1.1); <effectStyle>5.1.4.1.11); <grpSpPr>5.8.2.14); <grpSpPr>4.4.1.20); <grpSpPr>5.1.2.1.22); <grpSpPr>5.6.2.17); <spPr>5.6.2.29); <spPr>5.7.2.198); <spPr>5.8.2.23); <spPr>5.1.2.1.35); <spPr>4.4.1.41); <spPr>5.9.3.7); <spPr>5.2.2.6)

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>