Public Member Functions | |
| bool | operator< (const CTextureLodToSort &other) const |
Data Fields | |
| CTextureLod * | Lod |
| CVector | Position |
|
|
Definition at line 165 of file async_texture_manager.h. References Lod, and NL3D::CAsyncTextureManager::CTextureLod::Weight.
00166 {
00167 return Lod->Weight<other.Lod->Weight;
00168 }
|
|
|
Definition at line 163 of file async_texture_manager.h. Referenced by operator<(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
|
|
Definition at line 164 of file async_texture_manager.h. Referenced by NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
1.3.6