![]() |
Pioneer
|
#include <Pattern.h>

Public Member Functions | |
| Pattern () | |
| Pattern (const std::string &name, const std::string &path, Graphics::Renderer *r) | |
Public Attributes | |
| bool | smoothColor |
| bool | smoothPattern |
| RefCountedPtr< Graphics::Texture > | texture |
| std::string | name |
| SceneGraph::Pattern::Pattern | ( | ) |
| SceneGraph::Pattern::Pattern | ( | const std::string & | name, |
| const std::string & | path, | ||
| Graphics::Renderer * | r | ||
| ) |

| std::string SceneGraph::Pattern::name |
| bool SceneGraph::Pattern::smoothColor |
| bool SceneGraph::Pattern::smoothPattern |
| RefCountedPtr<Graphics::Texture> SceneGraph::Pattern::texture |