Home
last modified time | relevance | path

Searched refs:clip_normalized (Results 1 – 3 of 3) sorted by relevance

/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dcsg.h220 typedef enum{clip_smallest,clip_normalized,clip_simple,clip_precise,clip_legacy} cliptype; enumerator
H A Dbrush.cpp351 …p_legacy || (g_cliptype == clip_precise && (normal[2] > FLOOR_Z)) || g_cliptype == clip_normalized) in ExpandBrush()
374 if(g_cliptype == clip_simple || g_cliptype == clip_precise || g_cliptype == clip_normalized) in ExpandBrush()
455 if((g_cliptype == clip_precise && (normal[2] > FLOOR_Z)) || g_cliptype == clip_normalized) in ExpandBrush()
H A Dqcsg.cpp222 g_cliptype = clip_normalized; in GetParamsFromEnt()
1475 { g_cliptype = clip_normalized; } in main()