particleSystemGeometryTypeValues

Simple Type Information

Used By

Source

<xs:simpleType name="particleSystemGeometryTypeValues">
  <xs:annotation>
    <xs:appinfo>particleSystemGeometryTypeValues are allowed enumeration values for the ParticleSystem node geometryType attribute. Unbounded, additional values are possible.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/particle_systems.html#ParticleSystem"/>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="LINE"/>
    <xs:enumeration value="POINT"/>
    <xs:enumeration value="QUAD"/>
    <xs:enumeration value="SPRITE"/>
    <xs:enumeration value="TRIANGLE"/>
    <xs:enumeration value="GEOMETRY"/>
  </xs:restriction>
</xs:simpleType>