Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ getHeight
Method
getHeight
examples/OpenGLWindow/X11OpenGLWindow.cpp:1164–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1162
return 0;
1163
}
1164
int X11OpenGLWindow::getHeight() const
1165
{
1166
if (m_data)
1167
return m_data->m_glHeight;
1168
return 0;
1169
}
1170
1171
#include <stdio.h>
1172
Callers
10
debugDrawObject
Method · 0.45
SimpleOpenGL3App
Method · 0.45
init
Method · 0.45
getCameraInfo
Method · 0.45
copyCameraImageData
Method · 0.45
drawOpenGL
Method · 0.45
copyCameraImageDataGL
Method · 0.45
getCameraInfo
Method · 0.45
TinyRendererSetup
Method · 0.45
renderScene
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected