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

Method setCameraUpAxis

examples/OpenGLWindow/SimpleCamera.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void SimpleCamera::setCameraUpAxis(int upAxis)
198{
199 m_data->m_cameraUpAxis = upAxis;
200
201 update();
202}
203
204int SimpleCamera::getCameraUpAxis() const
205{

Callers 7

updateCameraMethod · 0.80
updateCameraMethod · 0.80
setUpAxisMethod · 0.80
setUpAxisMethod · 0.80
setUpAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected