element ParallelTextureProjector
diagram x3d-4.0_diagrams/x3d-4.0_p171.png
type extension of X3DTextureProjectorNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ImageTexture MovieTexture PixelTexture ProtoInstance
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
ambientIntensity  intensityType    0    
color  SFColor    1 1 1    
intensity  intensityType    1    
on  SFBool    true    
shadows  SFBool    false    
shadowIntensity  intensityType    1    
description  SFString        
direction  SFVec3f    0 0 1    
farDistance  derived by: SFFloat    -1    
global  SFBool    true    
location  SFVec3f    0 0 0    
nearDistance  derived by: SFFloat    -1    
fieldOfView  SFVec4f    -1 -1 1 1    
containerField  xs:NMTOKEN    children    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="TextureProjector"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="ParallelTextureProjector">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="TextureProjector"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-WD2/Part01/components/TextureProjector.html#ParallelTextureProjector"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DTextureProjectorNode">
       
<xs:attribute name="fieldOfView" type="SFVec4f" default="-1 -1 1 1"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ParallelTextureProjector/@fieldOfView
type SFVec4f
properties
default -1 -1 1 1
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s+){3}([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="fieldOfView" type="SFVec4f" default="-1 -1 1 1"/>

attribute ParallelTextureProjector/@containerField
type xs:NMTOKEN
properties
default children
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy