diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DLightNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ImageTexture MovieTexture PixelTexture ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DTextureProjectorNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:element name="texture" type="SFNode" fixed="inputOutputField" default="X3DTexture2DNode"/> <xs:attribute name="aspectRatio" fixed="outputOnlyField"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="componentName" type="componentNameChoices" fixed="TextureProjection"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/> Base type for all node types that specify texture projector nodes, which provide a form of lighting. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/textureProjector.html#X3DTextureProjectorNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DLightNode"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>texture</xs:documentation> </xs:annotation> <xs:element ref="ImageTexture"/> <xs:element ref="MovieTexture"/> <xs:element ref="PixelTexture"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="description" type="SFString"/> <xs:attribute name="direction" type="SFVec3f" default="0 0 1"/> <xs:attribute name="farDistance" default="-1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="-1"/> <!-- TODO -1 or [0,infinity) --> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="global" type="SFBool" default="true"/> <xs:attribute name="location" type="SFVec3f" default="0 0 0"/> <xs:attribute name="nearDistance" default="-1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="-1"/> <!-- TODO -1 or [0,infinity) --> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="upVector" type="SFVec3f" default="0 1 0"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | SFString |
source | <xs:attribute name="description" type="SFString"/> |
type | SFVec3f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="direction" type="SFVec3f" default="0 0 1"/> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="farDistance" default="-1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="-1"/> <!-- TODO -1 or [0,infinity) --> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="global" type="SFBool" default="true"/> |
type | SFVec3f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="location" type="SFVec3f" default="0 0 0"/> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="nearDistance" default="-1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="-1"/> <!-- TODO -1 or [0,infinity) --> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFVec3f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="upVector" type="SFVec3f" default="0 1 0"/> |