Class WindCompute
Assembly: Evergine.Framework.dll
Syntax
public class WindCompute : ComputeTaskDecorator
Constructors
WindCompute(ComputeTask)
Declaration
public WindCompute(ComputeTask computeTask)
Parameters
WindCompute(Effect)
Declaration
public WindCompute(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
Properties
Matrices_Direction
Declaration
public Vector3 Matrices_Direction { get; set; }
Property Value
Matrices_EllapsedTime
Declaration
public float Matrices_EllapsedTime { get; set; }
Property Value
Matrices_Padding
Declaration
public float Matrices_Padding { get; set; }
Property Value
Matrices_ParticlesWorldInverse
Declaration
public Matrix4x4 Matrices_ParticlesWorldInverse { get; set; }
Property Value
Matrices_Position
Declaration
public Vector3 Matrices_Position { get; set; }
Property Value
ParamsBuffer_MaxParticles
Declaration
public uint ParamsBuffer_MaxParticles { get; set; }
Property Value
ParamsBuffer_Range
Declaration
public float ParamsBuffer_Range { get; set; }
Property Value
ParamsBuffer_Strength
Declaration
public float ParamsBuffer_Strength { get; set; }
Property Value
ParamsBuffer_TimeFactor
Declaration
public float ParamsBuffer_TimeFactor { get; set; }
Property Value
ParticleBuffer
Declaration
public Buffer ParticleBuffer { get; set; }
Property Value
Extension Methods