a:scene3d
3-D Scene
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.xsd
Type: a:CT_Scene3D
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:camera [1..1] Camera
- a:lightRig [1..1] Light Rig
- a:backdrop [0..1] Backdrop Plane
- a:extLst [0..1] Extension List
Attributes
None
Used in
- Type a:CT_EffectStyleItem (Element a:effectStyle)
- Type a:CT_TextBodyProperties (Element a:bodyPr)
- Type a:CT_GroupShapeProperties (Elements cdr:grpSpPr, a:grpSpPr, draw-ssdraw:grpSpPr, p:grpSpPr)
- Type a:CT_ShapeProperties (Elements draw-chart:spPr, cdr:spPr, draw-diag:spPr, a:spPr, a:spPr, draw-pic:spPr, draw-ssdraw:spPr, p:spPr)
Sample instance
<a:scene3d> <a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:backdrop> <a:anchor x="1" y="1" z="1"/> <a:norm dx="1" dy="1" dz="1"/> <a:up dx="1" dy="1" dz="1"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:backdrop> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:scene3d>