#include <SO3Moon.h>
Public Member Functions | |
| SMoon (SEnvironment *parent, std::string moonName) | |
| ~SMoon () | |
| const Ogre::Real | GetPhase () |
| std::string | GetTextureName () |
| void | SetTextureName (std::string newTextureName) |
Protected Member Functions | |
| virtual const Ogre::Vector3 | ComputeDirectionImpl (double julianDay) |
Definition at line 41 of file SO3Moon.h.
| SO3::SMoon::SMoon | ( | SEnvironment * | parent, | |
| std::string | moonName | |||
| ) |
Definition at line 41 of file SO3Moon.cpp.
| SO3::SMoon::~SMoon | ( | ) |
Destructor
Definition at line 52 of file SO3Moon.cpp.
| const Ogre::Vector3 SO3::SMoon::ComputeDirectionImpl | ( | double | julianDay | ) | [protected, virtual] |
Implements SO3::SSkyLight.
Definition at line 61 of file SO3Moon.cpp.
| const Ogre::Real SO3::SMoon::GetPhase | ( | ) |
Definition at line 56 of file SO3Moon.cpp.
| std::string SO3::SMoon::GetTextureName | ( | ) |
Definition at line 81 of file SO3Moon.cpp.
| void SO3::SMoon::SetTextureName | ( | std::string | newTextureName | ) |
Definition at line 86 of file SO3Moon.cpp.
1.6.3