diagram | |||
children | AcousticProperties FillProperties LineProperties PointProperties Material PhysicalMaterial UnlitMaterial TwoSidedMaterial ComposedShader PackagedShader ProgramShader ComposedCubeMapTexture ComposedTexture3D ImageTexture ImageTexture3D MovieTexture MultiTexture PixelTexture PixelTexture3D GeneratedCubeMapTexture ImageCubeMapTexture MultiTextureTransform TextureTransform TextureTransform3D TextureTransformMatrix3D ProtoInstance | ||
used by |
|
||
annotation |
|
||
source | <xs:group name="AppearanceChildContentModel"> <xs:annotation> <xs:appinfo>Child-node content model corresponding to X3DAppearanceChildNode. Appearance can contain FillProperties, LineProperties, PointProperties, Material, PhysicalMaterial, UnlitMaterial or TwoSidedMaterial, any Texture node and any TextureTransform node, in any order. Appearance may also contain multiple shaders (ComposedShader, PackagedShader, ProgramShader).</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Appearancenode"/> </xs:annotation> <xs:choice> <xs:group ref="AppearanceChildContentModelNoProtoInstance"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:group> |