#include <lldrawpoolground.h>
Inheritance diagram for LLDrawPoolGround:
Public Types | |
VERTEX_DATA_MASK | |
enum | { VERTEX_DATA_MASK } |
Public Member Functions | |
virtual U32 | getVertexDataMask () |
LLDrawPoolGround () | |
LLDrawPool * | instancePool () |
virtual S32 | getMaterialAttribIndex () |
void | prerender () |
void | render (S32 pass=0) |
void | renderForSelect () |
Definition at line 38 of file lldrawpoolground.h.
anonymous enum |
LLDrawPoolGround::LLDrawPoolGround | ( | ) |
virtual S32 LLDrawPoolGround::getMaterialAttribIndex | ( | ) | [inline, virtual] |
virtual U32 LLDrawPoolGround::getVertexDataMask | ( | ) | [inline, virtual] |
Implements LLDrawPool.
Definition at line 47 of file lldrawpoolground.h.
References VERTEX_DATA_MASK.
LLDrawPool * LLDrawPoolGround::instancePool | ( | ) | [virtual] |
Implements LLDrawPool.
Definition at line 54 of file lldrawpoolground.cpp.
References LLDrawPoolGround().
void LLDrawPoolGround::prerender | ( | ) | [virtual] |
Implements LLDrawPool.
Definition at line 59 of file lldrawpoolground.cpp.
References LLShaderMgr::getVertexShaderLevel(), LLDrawPool::mVertexShaderLevel, and LLShaderMgr::SHADER_ENVIRONMENT.
Implements LLDrawPool.
Definition at line 64 of file lldrawpoolground.cpp.
References LLPipeline::disableLights(), gAgent, gCamera, LLCoordFrame::getOrigin(), LLAgent::getRegion(), LLViewerRegion::getWaterHeight(), glPopMatrix, glTranslatef, gPipeline, gSky, llmax(), LLFacePool::mDrawFace, LLVector3::mV, LLSky::mVOSkyp, and LLFace::renderIndexed().
void LLDrawPoolGround::renderForSelect | ( | ) | [virtual] |