#include <SceneBuilderFactories.h>
Inherits ShaderFactory.
Inheritance diagram for TransparentShaderFactory:


Public Member Functions | |
| TransparentShaderFactory () | |
| virtual Shader * | create (const std::string &type, std::stringstream &line, Scene *scene) |
Definition at line 394 of file SceneBuilderFactories.h.
| TransparentShaderFactory::TransparentShaderFactory | ( | ) | [inline] |
Constructor
Definition at line 399 of file SceneBuilderFactories.h.
| Shader * TransparentShaderFactory::create | ( | const std::string & | type, | |
| std::stringstream & | line, | |||
| Scene * | scene | |||
| ) | [virtual] |
Create a new shader based on type and data in the stream
| type | Statement type | |
| line | Line with data | |
| scene | Scene to initialize shader |
Implements ShaderFactory.
Definition at line 440 of file SceneBuilderFactories.cpp.
1.5.1