MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / setCameraPitch

Method setCameraPitch

examples/OpenGLWindow/SimpleCamera.cpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void SimpleCamera::setCameraPitch(float pitch)
395{
396 m_data->m_pitch = pitch;
397 update();
398}
399
400void SimpleCamera::setAspectRatio(float ratio)
401{

Callers 15

initMethod · 0.80
resetCameraMethod · 0.80
resetCameraMethod · 0.80
resetCameraMethod · 0.80
resetCameraMethod · 0.80
resetCameraMethod · 0.80
mainFunction · 0.80
resetCameraMethod · 0.80
resetCameraMethod · 0.80
setupSceneMethod · 0.80
setupSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected