Home
last modified time | relevance | path

Searched refs:glupSetColor3f (Results 1 – 8 of 8) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Evert/
H A Dmain.cpp99 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 1.0f, 1.0f, 0.0f); in draw()
101 glupSetColor3f(GLUP_FRONT_COLOR, 0.0f, 0.5f, 1.0f); in draw()
102 glupSetColor3f(GLUP_BACK_COLOR, 1.0f, 0.0f, 0.0f); in draw()
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Delaunay2d/
H A Dmain.cpp387 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 0.0, 0.0, 0.0); in draw_border()
404 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 0.0f, 1.0f, 1.0f); in draw_points()
417 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 0.7f, 0.7f, 0.7f); in draw_Delaunay_triangles()
473 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 0.3f, 0.3f, 0.3f); in draw_Voronoi_edges()
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_GLUP/
H A Dmain.cpp182 glupSetColor3f(GLUP_FRONT_COLOR, 1.0f, 1.0f, 0.0f); in draw_scene()
183 glupSetColor3f(GLUP_BACK_COLOR, 1.0f, 0.0f, 1.0f); in draw_scene()
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Delaunay3d/
H A Dmain.cpp283 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 0.5f, 0.5f, 0.5f); in draw_scene()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/
H A DGLUP.h288 void GLUP_API glupSetColor3f(
H A DGLUP.cpp579 void glupSetColor3f(GLUPcolor color, GLUPfloat r, GLUPfloat g, GLUPfloat b) { in glupSetColor3f() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/mesh/
H A Dmesh_gfx.cpp770 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 1.0f, 1.0f, 1.0f); in draw_surface()
1634 glupSetColor3f(GLUP_FRONT_AND_BACK_COLOR, 1.0f, 1.0f, 1.0f); in begin_attributes()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dsimple_application.cpp472 glupSetColor3f( in draw_scene_begin()