diff options
Diffstat (limited to 'NvCloth/src/IterationState.h')
| -rw-r--r-- | NvCloth/src/IterationState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/IterationState.h b/NvCloth/src/IterationState.h index 85bfacc..422cb18 100644 --- a/NvCloth/src/IterationState.h +++ b/NvCloth/src/IterationState.h @@ -346,7 +346,7 @@ cloth::IterationState<T4f> cloth::IterationStateFactory::create(MyCloth const& c float centrifugalSqrLength = array(data)[0] * centrifugalScale; T4f coriolisVelocity = centrifugalVelocity * simd4f(centrifugalScale); - physx::PxMat33 coriolisMatrix = physx::shdfnd::star(castToPxVec3(coriolisVelocity)); + physx::PxMat33 coriolisMatrix = ps::star(castToPxVec3(coriolisVelocity)); const float* dampScalePtr = array(firstDampScale); const float* centrifugalPtr = array(centrifugalVelocity); |