Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
void SimpleCamera::setCameraUpAxis(int upAxis)
198
{
199
m_data->m_cameraUpAxis = upAxis;
200
201
update();
202
}
203
204
int SimpleCamera::getCameraUpAxis() const
205
{
Callers
7
updateCamera
Method · 0.80
updateCamera
Method · 0.80
EGLRendererVisualShapeConverter
Method · 0.80
setUpAxis
Method · 0.80
TinyRendererVisualShapeConverter
Method · 0.80
setUpAxis
Method · 0.80
setUpAxis
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected