Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
void drawColorCube( const vec3 ¢er, const vec3 &size )
247
{
248
drawCubeImpl( center, size, true );
249
}
250
251
void drawStrokedCube( const vec3 ¢er, const vec3 &size )
252
{
Callers
4
draw
Method · 0.85
drawScene
Method · 0.85
renderSceneToFbo
Method · 0.85
draw
Method · 0.85
Calls
1
drawCubeImpl
Function · 0.85
Tested by
no test coverage detected