TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Noise.Scalar.Op

Short Name:
  • class Scalar.Op
Derived From:
Fields:

Applies the given function operator to this noise function and the given one (for binary operators only).

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required noise Scalar    

The source noise function.

required op Scalar.OpCode    

The operation to use.

optional other Scalar  
null

The other noise function or null if op is unary.