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

Function disableWireframe

src/cinder/gl/wrapper.cpp:875–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875void disableWireframe()
876{
877 gl::polygonMode( GL_FRONT_AND_BACK, GL_FILL );
878}
879
880bool isWireframeEnabled()
881{

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