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

Function glDrawVector

examples/ExampleBrowser/GL_ShapeDrawer.cpp:231–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231inline void glDrawVector(const btVector3& v) { glVertex3d(v[0], v[1], v[2]); }
232
233void GL_ShapeDrawer::drawOpenGL(btScalar* m, const btCollisionShape* shape, const btVector3& color, int debugMode, const btVector3& worldBoundsMin, const btVector3& worldBoundsMax)
234{

Callers 1

drawOpenGLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected