|
Rendu
A lightweight rendering engine for experimentations
|
This is the complete list of members for Light, including all inherited members.
| _animations | Light | protected |
| _castShadows | Light | protected |
| _color | Light | protected |
| _model | Light | protected |
| _sceneBox | Light | protected |
| _shadowMapInfos | Light | protected |
| _vp | Light | protected |
| addAnimation(const std::shared_ptr< Animation > &anim) | Light | |
| animated() const | Light | inline |
| castsShadow() const | Light | inline |
| decode(const KeyValues ¶ms) | Light | static |
| decodeBase(const KeyValues ¶ms) | Light | protected |
| draw(LightRenderer &renderer)=0 | Light | pure virtual |
| encode() const | Light | virtual |
| intensity() const | Light | inline |
| Light() | Light | |
| Light(const glm::vec3 &color) | Light | explicit |
| Light(const Light &)=delete | Light | |
| Light(Light &&)=default | Light | |
| model() const | Light | inline |
| operator=(const Light &)=delete | Light | |
| operator=(Light &&)=delete | Light | |
| registerShadowMap(const Texture *map, ShadowMode mode, size_t layer=0, const glm::vec2 &minUV=glm::vec2(0.0f), const glm::vec2 &maxUV=glm::vec2(1.0f)) | Light | inline |
| sample(const glm::vec3 &position, float &dist, float &attenuation) const =0 | Light | pure virtual |
| setCastShadow(bool shouldCast) | Light | inline |
| setIntensity(const glm::vec3 &color) | Light | inline |
| setScene(const BoundingBox &sceneBox)=0 | Light | pure virtual |
| shadowMap() const | Light | inline |
| update(double fullTime, double frameTime)=0 | Light | pure virtual |
| vp() const | Light | inline |
| ~Light()=default | Light | virtual |