Class SoComposeVec4f

  • All Implemented Interfaces:
    SafeDisposable

    public class SoComposeVec4f
    extends SoEngine
    Composes 4D vectors from floating-point values. This engine takes four floating-point inputs and composes a 4D vector.

    The input fields can have multiple values, allowing the engine to compose several vectors in parallel. Some inputs may have more values than others. In such cases, the last value of the shorter inputs will be repeated as necessary.

    File format/default:

    ComposeVec4f {

      x 0
      y 0
      z 0
      w 0
    }

    See Also:
    SoDecomposeVec4f, SoEngineOutput
    • Constructor Detail

      • SoComposeVec4f

        public SoComposeVec4f()
        Default Constructor.