Class SoComposeVec3f

All Implemented Interfaces:
SafeDisposable

public class SoComposeVec3f extends SoEngine
Composes 3D vectors from floating-point values. This engine takes three floating-point inputs and composes a 3D 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:

ComposeVec3f {

    x 0
    y 0
    z 0
}

See Also:
  • Field Details

  • Constructor Details

    • SoComposeVec3f

      public SoComposeVec3f()
      Default Constructor.