Get Delta

Retrieves a Delta at Index for the provided Standalone Morph Target and LOD.

Inputs

ParameterDescription

Target

Standalone Morph Target Object Reference

Standalone Morph Target to retrieve the Delta from.

LOD

Integer

LOD Index to retrieve the Delta from. If the LOD is not available in the Standalone Morph Target then the function will retrieve false.

Index

Integer

Delta Index to retrieve

Outputs

ParameterDescription

Position

Vector

Delta Position

Normal

Vector

Delta Normal

Source Index

Integer

Vertex index associated with found Delta

Return Value

Boolean

Returns true if the Delta index was found.

Last updated