Home
last modified time | relevance | path

Searched refs:isvisiblesphere (Results 1 – 24 of 24) sorted by relevance

/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dlensflare.h69 if(isvisiblesphere(0.0f, o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) return; in addflare()
114 if(isvisiblesphere(0.0f, e.o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) continue; in drawflares()
195 if(isvisiblesphere(0.0f, o) > VFC_FULL_VISIBLE) return; in addlensflare()
H A Dengine.h384 extern int isvisiblesphere(float rad, const vec &cv);
H A Doctaedit.cpp147 bool viewable = (isvisiblesphere(r, o) != VFC_NOT_VISIBLE); in noedit()
H A Drenderva.cpp33 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dlensflare.h72 if(isvisiblesphere(0.0f, o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) return; in addflare()
110 if(isvisiblesphere(0.0f, e.o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) continue; in makelightflares()
H A Dengine.h291 extern int isvisiblesphere(float rad, const vec &cv);
H A Drenderva.cpp31 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
H A Doctaedit.cpp198 bool viewable = (isvisiblesphere(r, o) != VFC_NOT_VISIBLE); in noedit()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dlensflare.h71 if(isvisiblesphere(0.0f, o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) return; in addflare()
H A Dengine.h455 extern int isvisiblesphere(float rad, const vec &cv);
H A Doctaedit.cpp162 bool viewable = (isvisiblesphere(r, o) != VFC_NOT_VISIBLE); in noedit()
H A Drenderva.cpp38 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
/dports/games/tesseract/tesseract/src/engine/
H A Dlensflare.h71 if(isvisiblesphere(0.0f, o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) return; in addflare()
H A Dengine.h455 extern int isvisiblesphere(float rad, const vec &cv);
H A Doctaedit.cpp162 bool viewable = (isvisiblesphere(r, o) != VFC_NOT_VISIBLE); in noedit()
H A Drenderva.cpp38 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dlensflare.h78 if(isvisiblesphere(0.0f, o) > (sun?VFC_FOGGED:VFC_FULL_VISIBLE)) return false; in generate()
H A Dengine.h606 extern int isvisiblesphere(float rad, const vec &cv);
H A Drenderva.cpp36 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
H A Doctaedit.cpp198 return isvisiblesphere(max(s.x, s.y, s.z), o); in selinview()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dlensflare.h88 return isvisiblesphere(size, o) <= (sun ? VFC_FOGGED : VFC_FULL_VISIBLE); in generate()
H A Dengine.h408 extern int isvisiblesphere(float rad, const vec &cv);
H A Drenderva.cpp31 int isvisiblesphere(float rad, const vec &cv) in isvisiblesphere() function
H A Doctaedit.cpp182 bool viewable = (isvisiblesphere(r, o) != VFC_NOT_VISIBLE); in noedit()