Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ enableWireframe
Function
enableWireframe
src/cinder/gl/wrapper.cpp:870–873 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
868
}
869
870
void enableWireframe()
871
{
872
gl::polygonMode( GL_FRONT_AND_BACK, GL_LINE );
873
}
874
875
void disableWireframe()
876
{
Callers
9
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
render
Method · 0.85
setWireframeEnabled
Function · 0.85
Calls
1
polygonMode
Function · 0.85
Tested by
1
render
Method · 0.68