Class MorphingCompute
Inheritance
MorphingCompute
Assembly: Evergine.Framework.dll
Syntax
public class MorphingCompute : ComputeTaskDecorator
Constructors
MorphingCompute(ComputeTask)
Declaration
public MorphingCompute(ComputeTask computeTask)
Parameters
MorphingCompute(Effect)
Declaration
public MorphingCompute(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
Properties
MorphIndices
Declaration
public Buffer MorphIndices { get; set; }
Property Value
MorphNormalOffsets
Declaration
public Buffer MorphNormalOffsets { get; set; }
Property Value
MorphNormals
Declaration
public Buffer MorphNormals { get; set; }
Property Value
MorphPositionOffsets
Declaration
public Buffer MorphPositionOffsets { get; set; }
Property Value
MorphPositions
Declaration
public Buffer MorphPositions { get; set; }
Property Value
MorphTangentOffsets
Declaration
public Buffer MorphTangentOffsets { get; set; }
Property Value
MorphTangents
Declaration
public Buffer MorphTangents { get; set; }
Property Value
MorphWeights
Declaration
public Buffer MorphWeights { get; set; }
Property Value
NormalBuffer
Declaration
public Buffer NormalBuffer { get; set; }
Property Value
OutputNormalBuffer
Declaration
public Buffer OutputNormalBuffer { get; set; }
Property Value
OutputPositionBuffer
Declaration
public Buffer OutputPositionBuffer { get; set; }
Property Value
OutputTangentBuffer
Declaration
public Buffer OutputTangentBuffer { get; set; }
Property Value
ParamsBuffer_NormalOffset
Declaration
public int ParamsBuffer_NormalOffset { get; set; }
Property Value
ParamsBuffer_NumVertices
Declaration
public int ParamsBuffer_NumVertices { get; set; }
Property Value
ParamsBuffer_PositionOffset
Declaration
public int ParamsBuffer_PositionOffset { get; set; }
Property Value
ParamsBuffer_TangentOffset
Declaration
public int ParamsBuffer_TangentOffset { get; set; }
Property Value
PositionBuffer
Declaration
public Buffer PositionBuffer { get; set; }
Property Value
TangentBuffer
Declaration
public Buffer TangentBuffer { get; set; }
Property Value
WeightsBuffer_NumMorphTargets
Declaration
public int WeightsBuffer_NumMorphTargets { get; set; }
Property Value
Extension Methods