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

Method renderScene

examples/ExampleBrowser/EmptyExample.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 virtual void exitPhysics() {}
19 virtual void stepSimulation(float deltaTime) {}
20 virtual void renderScene() {}
21 virtual void physicsDebugDraw(int debugFlags) {}
22 virtual bool mouseMoveCallback(float x, float y) { return false; }
23 virtual bool mouseButtonCallback(int button, int state, float x, float y) { return false; }

Callers 3

updateMethod · 0.45
renderMethod · 0.45
copyCameraImageDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected