
Public Member Functions | |
| RenderInfo () | |
Public Attributes | |
| Color | ambientColor |
| Texture * | baseTex |
| Texture * | bumpTex |
| Color | color |
| Vec3f | eyeDir_obj |
| Point3f | eyePos_obj |
| Texture * | glossTex |
| Color | hazeColor |
| Texture * | nightTex |
| Quatf | orientation |
| Texture * | overlayTex |
| float | pixWidth |
| Color | specularColor |
| float | specularPower |
| Color | sunColor |
| Vec3f | sunDir_eye |
| Vec3f | sunDir_obj |
| bool | useTexEnvCombine |
|
|
Definition at line 2227 of file render.cpp. References ambientColor, baseTex, bumpTex, color, eyeDir_obj, eyePos_obj, glossTex, hazeColor, nightTex, orientation, overlayTex, pixWidth, specularColor, specularPower, sunColor, sunDir_eye, sunDir_obj, and useTexEnvCombine. 02227 : color(1.0f, 1.0f, 1.0f), 02228 baseTex(NULL), 02229 bumpTex(NULL), 02230 nightTex(NULL), 02231 glossTex(NULL), 02232 overlayTex(NULL), 02233 hazeColor(0.0f, 0.0f, 0.0f), 02234 specularColor(0.0f, 0.0f, 0.0f), 02235 specularPower(0.0f), 02236 sunDir_eye(0.0f, 0.0f, 1.0f), 02237 sunDir_obj(0.0f, 0.0f, 1.0f), 02238 eyeDir_obj(0.0f, 0.0f, 1.0f), 02239 eyePos_obj(0.0f, 0.0f, 0.0f), 02240 sunColor(1.0f, 1.0f, 1.0f), 02241 ambientColor(0.0f, 0.0f, 0.0f), 02242 orientation(1.0f, 0.0f, 0.0f, 0.0f), 02243 pixWidth(1.0f), 02244 useTexEnvCombine(false) 02245 {};
|
|
|
Definition at line 2222 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2209 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2210 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2208 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2219 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2220 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2212 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2214 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2211 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2223 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2213 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2224 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2215 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2216 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2221 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2217 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2218 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
|
|
Definition at line 2225 of file render.cpp. Referenced by RenderInfo(), and Renderer::renderObject(). |
1.4.1