MCPcopy Create free account
hub / github.com/cinder/Cinder / drawColorCube

Function drawColorCube

src/cinder/gl/draw.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void drawColorCube( const vec3 &center, const vec3 &size )
247{
248 drawCubeImpl( center, size, true );
249}
250
251void drawStrokedCube( const vec3 &center, const vec3 &size )
252{

Callers 4

drawMethod · 0.85
drawSceneMethod · 0.85
renderSceneToFboMethod · 0.85
drawMethod · 0.85

Calls 1

drawCubeImplFunction · 0.85

Tested by

no test coverage detected