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

Method getCameraDistance

examples/OpenGLWindow/SimpleCamera.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 update();
330}
331float SimpleCamera::getCameraDistance() const
332{
333 return m_data->m_cameraDistance;
334}
335
336void SimpleCamera::setCameraDistance(float dist)
337{

Callers 7

defaultWheelCallbackMethod · 0.80
updateMethod · 0.80
getCameraInfoMethod · 0.80
SimpleWheelCallbackFunction · 0.80
mouseMoveCallbackMethod · 0.80
getCameraInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected