#include <ModulesToBeImplemented.h>
Inheritance diagram for FresnelEnvironmentRun:
Public Member Functions | |
FresnelEnvironmentRun (Entity *entity) | |
virtual void | update () |
virtual const String & | getResultTextureName () |
This method is provided for naming consistence. Special PreComputingRuns, if any, where the result is not a texture, may ignore this method. Further methods may be added to retrieve additional texture names or references non-texture results. |
|
Constructor.
|
|
This method is provided for naming consistence. Special PreComputingRuns, if any, where the result is not a texture, may ignore this method. Further methods may be added to retrieve additional texture names or references non-texture results.
Reimplemented from PreComputingRun. |
|
re-compute contained data Implements PreComputingRun. |