Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
void SimpleCamera::setCameraPitch(float pitch)
395
{
396
m_data->m_pitch = pitch;
397
update();
398
}
399
400
void SimpleCamera::setAspectRatio(float ratio)
401
{
Callers
15
defaultMouseMoveCallback
Method · 0.80
init
Method · 0.80
resetCamera
Method · 0.80
resetCamera
Method · 0.80
resetCamera
Method · 0.80
resetCamera
Method · 0.80
resetCamera
Method · 0.80
main
Function · 0.80
resetCamera
Method · 0.80
resetCamera
Method · 0.80
setupScene
Method · 0.80
setupScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected