Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ getScreenWidth
Method
getScreenWidth
examples/OpenGLWindow/SimpleOpenGL2Renderer.cpp:615–618 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
}
614
615
int SimpleOpenGL2Renderer::getScreenWidth()
616
{
617
return m_data->m_width;
618
}
619
int SimpleOpenGL2Renderer::getScreenHeight()
620
{
621
return m_data->m_height;
Callers
14
getRayTo
Method · 0.45
getRayTo
Method · 0.45
getRayTo
Method · 0.45
drawText3D
Method · 0.45
drawText
Method · 0.45
setViewport
Method · 0.45
getScreenPixels
Method · 0.45
swapBuffer
Method · 0.45
dumpFramesToVideo
Method · 0.45
dumpNextFrameToPng
Method · 0.45
drawText3D
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected