Home
last modified time | relevance | path

Searched refs:APF_FLAT (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/mesh/
H A Dmeshdraw.c108 case APF_FLAT: in draw_projected_mesh()
126 case APF_FLAT: in draw_projected_mesh()
188 case APF_FLAT: in MeshDraw()
217 case APF_FLAT: in MeshDraw()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/polylist/
H A Dpldraw.c120 case APF_FLAT: in draw_projected_polylist()
146 case APF_FLAT: in draw_projected_polylist()
214 case APF_FLAT: in PolyListDraw()
282 case APF_FLAT: in PolyListDraw()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/oogl2vrml/
H A Doogl2vrml.c89 if (shading == APF_FLAT) { in plisttoindface()
111 if (shading == APF_FLAT) { plist->geomflags &= ~PL_HASVCOL; } in plisttoindface()
152 if (shading != APF_FLAT) { in plisttoindface()
474 pushap(ApCreate(AP_SHADING, flat ? APF_FLAT : APF_SMOOTH, AP_END)); in main()
H A Doogl2vrml2.c137 shading == APF_FLAT ? "FALSE" : "TRUE"); in plisttoindface()
160 if (shading == APF_FLAT) { in plisttoindface()
190 if (shading == APF_FLAT) { plist->geomflags &= ~PL_HASVCOL; } in plisttoindface()
682 pushap(ApCreate(AP_SHADING, flat ? APF_FLAT : APF_SMOOTH, AP_END)); in main()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/npolylist/
H A Dnpldraw.c127 case APF_FLAT: in draw_projected_polylist()
162 case APF_FLAT: in draw_projected_polylist()
/dports/graphics/geomview/geomview-1.9.5/src/lib/shade/
H A Dappearance.h528 #define APF_FLAT apf_flat /* Flat-shaded, lighted faces */ macro
536 ((1<<(shading)) & ((1<<APF_FLAT)|(1<<APF_SMOOTH)|(1<<APF_VCFLAT)))
633 int apf_flat = APF_FLAT;
H A Dapstream.c65 _ap_flat = AP_SHADING + APF_FLAT,
411 case APF_FLAT: fputs("flat", f); break; in ApStreamOut()
/dports/graphics/geomview/geomview-1.9.5/src/bin/clipboard/
H A Dclipx.c97 AP_SHADING, APF_FLAT, AP_END); in clipboard_init()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/common/
H A Dui.h113 #define FLATSHADE APF_FLAT
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/buf/
H A Dmgbufdraw.c308 case APF_FLAT: in mgbuf_polylist()
335 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgbuf_polylist()
346 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgbuf_polylist()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/
H A Dmgx11draw.c308 case APF_FLAT: in mgx11_polylist()
333 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgx11_polylist()
342 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgx11_polylist()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/ps/
H A Dmgpsdraw.c308 case APF_FLAT: in mgps_polylist()
335 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgps_polylist()
346 if (shading == APF_FLAT || shading == APF_CONSTANT) { in mgps_polylist()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/ndmesh/
H A Dndmeshdraw.c106 case APF_FLAT: in draw_projected_ndmesh()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/opengl/
H A Dmgopengldraw.c615 case APF_FLAT: *plfl_and &= ~PL_HASVN; break; in mgopengl_bsptree_recursive()
621 case APF_FLAT: in mgopengl_bsptree_recursive()
861 case APF_FLAT: in mgopengl_polylist()
H A Dmgopenglmesh.c110 case APF_FLAT: has &= ~HAS_N; break; in mgopenglsubmesh()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/rib/
H A Dmgribdraw.c422 case APF_FLAT: in mgrib_polylist()
/dports/graphics/geomview/geomview-1.9.5/src/lib/geomutil/plutil/
H A Danytopl.c287 AP_SHADING, APF_FLAT, in PLDataCreate()