Home
last modified time | relevance | path

Searched refs:GenerateShadowVolume (Results 1 – 6 of 6) sorted by relevance

/dports/games/duel/duel/src/libDazzle/
H A DModelEntity.h48 CModelEntity GenerateShadowVolume(CLightEntity *in_Light_p);
H A Dsc_render.cpp102 shadvol = ment_p->GenerateShadowVolume(light_p); in Render()
H A DModelEntity.cpp117 CModelEntity CModelEntity::GenerateShadowVolume(CLightEntity *in_Light_p) in GenerateShadowVolume() function in CModelEntity
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dmodel.h35 extern void GenerateShadowVolume(const Occluder * pOcc, const float olight[4]);
H A Dshadow.c86 GenerateShadowVolume(pOcc, olight); in draw_shadow_volume_extruded_edges()
H A Dmodel.c204 GenerateShadowVolume(const Occluder * pOcc, const float olight[4]) in GenerateShadowVolume() function