MCPcopy 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
870void enableWireframe()
871{
872 gl::polygonMode( GL_FRONT_AND_BACK, GL_LINE );
873}
874
875void disableWireframe()
876{

Callers 9

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
renderMethod · 0.85
setWireframeEnabledFunction · 0.85

Calls 1

polygonModeFunction · 0.85

Tested by 1

renderMethod · 0.68