diagram | |||
children | ImageTexture PixelTexture MovieTexture MultiTexture ComposedTexture3D ImageTexture3D PixelTexture3D | ||
used by |
|
||
annotation |
|
||
source | <xs:group name="TextureContentModel"> <xs:annotation> <xs:appinfo>Child-node content model corresponding to X3DTextureNode nodes in Texturing and Texturing3D components.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#X3DTextureNode"/> </xs:annotation> <xs:choice> <!-- X3DTexture2DNode --> <xs:element ref="ImageTexture"/> <xs:element ref="PixelTexture"/> <xs:element ref="MovieTexture"/> <!-- X3DTextureNode --> <xs:element ref="MultiTexture"/> <!-- X3DTexture3DNode --> <xs:element ref="ComposedTexture3D"/> <xs:element ref="ImageTexture3D"/> <xs:element ref="PixelTexture3D"/> </xs:choice> </xs:group> |