Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
331
float SimpleCamera::getCameraDistance() const
332
{
333
return m_data->m_cameraDistance;
334
}
335
336
void SimpleCamera::setCameraDistance(float dist)
337
{
Callers
7
defaultMouseMoveCallback
Method · 0.80
defaultWheelCallback
Method · 0.80
update
Method · 0.80
getCameraInfo
Method · 0.80
SimpleWheelCallback
Function · 0.80
mouseMoveCallback
Method · 0.80
getCameraInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected