Public Member Functions | |
bool | operator< (const CShadowMapSort &o) const |
Data Fields | |
CTransform * | Caster |
float | Weight |
|
Definition at line 873 of file shadow_map_manager.cpp. References Weight.
00874 { 00875 return Weight<o.Weight; 00876 } |
|
Definition at line 870 of file shadow_map_manager.cpp. Referenced by NL3D::CShadowMapManager::selectShadowMapsToGenerate(). |
|
Definition at line 871 of file shadow_map_manager.cpp. Referenced by operator<(), and NL3D::CShadowMapManager::selectShadowMapsToGenerate(). |