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

Method init

physx/samples/samplebase/SampleCameraController.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103///////////////////////////////////////////////////////////////////////////////
104
105void DefaultCameraController::init(const PxVec3& pos, const PxVec3& rot)
106{
107 mTargetEyePos = mEyePos = pos;
108 mTargetEyeRot = mEyeRot = rot;
109}
110
111void DefaultCameraController::init(const PxTransform& pose)
112{

Callers 11

onInitMethod · 0.45
onInitMethod · 0.45
onInitMethod · 0.45
resetSceneMethod · 0.45
onTickPreRenderMethod · 0.45
onDigitalInputEventMethod · 0.45
PhysXSampleMethod · 0.45
toggleFlyCameraMethod · 0.45
togglePauseMethod · 0.45
onInitMethod · 0.45

Calls 2

QuatToEulerFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected