diagram | |||
type | extension of SceneGraphStructureStatement | ||
properties |
|
||
children | MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString Background ColorInterpolator CoordinateInterpolator DirectionalLight Group NavigationInfo NormalInterpolator OrientationInterpolator PositionInterpolator ScalarInterpolator Shape TimeSensor Transform Viewpoint WorldInfo Anchor BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger CylinderSensor Inline IntegerSequencer IntegerTrigger KeySensor PlaneSensor PointLight ProximitySensor SphereSensor SpotLight StringSensor Switch TimeTrigger TouchSensor AudioClip Billboard Collision Fog LoadSensor LOD Script Sound VisibilitySensor CoordinateInterpolator2D PositionInterpolator2D StaticGroup TextureBackground EspduTransform ReceiverPdu SignalPdu TransmitterPdu GeoLocation GeoLOD GeoMetadata GeoPositionInterpolator GeoTouchSensor GeoViewpoint HAnimHumanoid HAnimJoint HAnimSegment HAnimSite NurbsOrientationInterpolator NurbsPositionInterpolator NurbsSurfaceInterpolator NurbsSet ProtoInstance ROUTE ExternProtoDeclare ProtoDeclare IMPORT EXPORT | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="Scene"> <xs:annotation> <xs:appinfo> <!-- LayerSet added in X3D version 3.2 --> <xs:element name="children" type="MFNode" default="X3DChildNode|X3DMetadataObject"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Scene is the implicit root node of the X3D scene graph. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="SceneGraphStructureStatement"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="ChildContentModelCore"/> <xs:group ref="GroupingNodeChildContentModel"/> <!-- LayerSet added in X3D version 3.2 --> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |