diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DFollowerNode | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DDamperNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Followers"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> The X3DDamperNode abstract node type creates an IIR response that approaches the destination value according to the shape of the e-function only asymptotically but very quickly. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/followers.html#X3DDamperNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DFollowerNode"> <xs:attribute name="tau" default="0.3"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="tolerance" type="SFFloat" default="-1"/> <xs:attribute name="order" default="3"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of SFTime | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="tau" default="0.3"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFFloat | ||
properties |
|
||
source | <xs:attribute name="tolerance" type="SFFloat" default="-1"/> |
type | restriction of SFInt32 | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="order" default="3"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> </xs:attribute> |