Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ofEndShape
Function
ofEndShape
Source/OpenFrameworksPort.cpp:368–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
void ofEndShape(bool close)
369
{
370
if (sStyleStack.GetStyle().fill)
371
nvgFill(gNanoVG);
372
else
373
nvgStroke(gNanoVG);
374
}
375
376
void ofVertex(float x, float y, float z)
377
{
Callers
15
DrawModule
Method · 0.85
DrawTriangle
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
Draw
Method · 0.85
DrawModule
Method · 0.85
Render
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
DrawModule
Method · 0.85
ofTriangle
Function · 0.85
Calls
2
nvgFill
Function · 0.85
nvgStroke
Function · 0.85
Tested by
1
DrawModule
Method · 0.68