MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / NvFlexExtCreateSoftMeshSkinning

Function NvFlexExtCreateSoftMeshSkinning

extensions/flexExtSoft.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620void NvFlexExtCreateSoftMeshSkinning(const float* vertices, int numVertices, const float* bones, int numBones, float falloff, float maxDistance, float* skinningWeights, int* skinningIndices)
621{
622 CreateSkinning((Vec3*)vertices, numVertices, (Vec3*)bones, numBones, skinningWeights, skinningIndices, falloff, maxDistance);
623}

Callers 2

CreateSoftBodyMethod · 0.85
CreatePlasticBodyMethod · 0.85

Calls 1

CreateSkinningFunction · 0.70

Tested by

no test coverage detected