MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setGlobalPose

Method setGlobalPose

physx/samples/samplebase/SampleCharacterHelpers.cpp:459–464  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

457
458///////////////////////////////////////////////////////////////////////////////
459bool Character::setGlobalPose(const PxTransform &transform)
460{
461 mCharacterPose.p = transform.p;
462
463 return true;
464}
465
466///////////////////////////////////////////////////////////////////////////////
467bool Character::setGoalPosition(const PxVec3 pos)

Callers 4

createSubmarineMethod · 0.45
doRaycastCCDFunction · 0.45
resetNWCarMethod · 0.45
onDebugObjectCreationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected