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

Method resize

examples/OpenGLWindow/GLInstancingRenderer.cpp:1515–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515void GLInstancingRenderer::resize(int width, int height)
1516{
1517 m_screenWidth = width;
1518 m_screenHeight = height;
1519}
1520
1521const CommonCameraInterface* GLInstancingRenderer::getActiveCamera() const
1522{

Callers 13

SimpleResizeCallbackFunction · 0.45
updateTextureMethod · 0.45
renderMethod · 0.45
SimpleOpenGL3AppMethod · 0.45
registerCubeShapeMethod · 0.45
Simple2ResizeCallbackFunction · 0.45
registerCubeShapeMethod · 0.45
GLInstancingRendererMethod · 0.45
updateTextureMethod · 0.45
stepSimulationMethod · 0.45
createFromTetGenDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected