Tesseract Engine Documentation

Vec4 Constructor 

Constructor for Vec4

public Vec4(
   String shadeTechnique,
   EffectParameter gpuParameterPointer,
   Enums_Stream.GpuProcessorMode ProcessorMode,
   Boolean Update,
   Single minValue,
   Single maxValue
);

Parameters

shadeTechnique
Technique to use for rendering
gpuParameterPointer
GPU parameter where these values are stored
ProcessorMode
Method of processing
Update
Whether this value needs to be updated every cycle
minValue
Minimum value of data added using AddProperty methods.
maxValue
Maximum value of data added using AddProperty methods.

See Also

Vec4 Class | DarkWynter.Stream.PhysicsGpu Namespace