Class Translate3D

    • Field Detail

      • xTranslate

        public TypedIOPort xTranslate
        The amount of translation in the x-axis during firing. If this transform is in accumulate mode, the translation value is accumulated for each firing.
      • yTranslate

        public TypedIOPort yTranslate
        The amount of translation in the y-axis during firing. If this transform is in accumulate mode, the translation value is accumulated for each firing.
      • zTranslate

        public TypedIOPort zTranslate
        The amount of translation in the z-axis during firing. If this transform is in accumulate mode, the translation value is accumulated for each firing.
      • initialXTranslation

        public Parameter initialXTranslation
        The initial translation in the x-axis This parameter should contain a DoubleToken. The default value of this parameter is 0.0.
      • initialYTranslation

        public Parameter initialYTranslation
        The initial translation in the y-axis This parameter should contain a DoubleToken. The default value of this parameter is 0.0.
      • initialZTranslation

        public Parameter initialZTranslation
        The initial translation in the z-axis This parameter should contain a DoubleToken. The default value of this parameter is 0.0.
      • _transformNode

        protected javax.media.j3d.TransformGroup _transformNode
        The encapsulated Java 3D node of this actor.
    • Method Detail

      • _addChild

        protected void _addChild​(javax.media.j3d.Node node)
        Connect other Java3D nodes as children of the encapsulated node in this actor.
        Overrides:
        _addChild in class GRActor3D
        Parameters:
        node - The child Java3D node.
      • _getNodeObject

        protected javax.media.j3d.Node _getNodeObject()
        Return the encapsulated Java3D node of this 3D actor. The encapsulated node for this actor TransformGroup.
        Specified by:
        _getNodeObject in class GRActor3D
        Returns:
        the Java3D TransformGroup