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

Method getScreenHeight

examples/OpenGLWindow/SimpleOpenGL2Renderer.cpp:619–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617 return m_data->m_width;
618}
619int SimpleOpenGL2Renderer::getScreenHeight()
620{
621 return m_data->m_height;
622}
623
624void SimpleOpenGL2Renderer::drawLine(const double from[4], const double to[4], const double color[4], double lineWidth)
625{

Callers 14

getRayToMethod · 0.45
getRayToMethod · 0.45
getRayToMethod · 0.45
drawText3DMethod · 0.45
drawTextMethod · 0.45
setViewportMethod · 0.45
getScreenPixelsMethod · 0.45
swapBufferMethod · 0.45
dumpFramesToVideoMethod · 0.45
dumpNextFrameToPngMethod · 0.45
drawText3DMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected