#include <lldrawpoolclouds.h>


Public Types | |
| enum | { VERTEX_DATA_MASK } |
Public Member Functions | |
| BOOL | addFace (LLFace *face) |
| virtual U32 | getVertexDataMask () |
| LLDrawPoolClouds () | |
| void | prerender () |
| LLDrawPool * | instancePool () |
| void | enqueue (LLFace *face) |
| void | beginRenderPass (S32 pass) |
| void | render (S32 pass=0) |
| void | renderForSelect () |
Definition at line 37 of file lldrawpoolclouds.h.
| anonymous enum |
| LLDrawPoolClouds::LLDrawPoolClouds | ( | ) |
Definition at line 42 of file lldrawpoolclouds.cpp.
Referenced by instancePool().

| virtual U32 LLDrawPoolClouds::getVertexDataMask | ( | ) | [inline, virtual] |
Implements LLDrawPool.
Definition at line 48 of file lldrawpoolclouds.h.
References VERTEX_DATA_MASK.
| void LLDrawPoolClouds::prerender | ( | ) | [virtual] |
Implements LLDrawPool.
Definition at line 71 of file lldrawpoolclouds.cpp.
References gPipeline, and LLDrawPool::mVertexShaderLevel.
| LLDrawPool * LLDrawPoolClouds::instancePool | ( | ) | [virtual] |
Implements LLDrawPool.
Definition at line 47 of file lldrawpoolclouds.cpp.
References LLDrawPoolClouds().

| void LLDrawPoolClouds::enqueue | ( | LLFace * | face | ) |
Definition at line 58 of file lldrawpoolclouds.cpp.
References LLFace::mCenterAgent, and LLFace::mDistance.
| void LLDrawPoolClouds::beginRenderPass | ( | S32 | pass | ) | [virtual] |
| void LLDrawPoolClouds::render | ( | S32 | pass = 0 |
) | [virtual] |
Implements LLDrawPool.
Definition at line 76 of file lldrawpoolclouds.cpp.
References LLPipeline::enableLightsFullbright(), LLFastTimer::FTM_RENDER_CLOUDS, gPipeline, LLPipeline::hasRenderType(), and LLPipeline::RENDER_TYPE_CLOUDS.

| void LLDrawPoolClouds::renderForSelect | ( | ) |
Definition at line 103 of file lldrawpoolclouds.cpp.
1.5.5