|
Developer Documentation
|
Public Member Functions | |
| SkyDome () | |
| Constructor. | |
| void | setTextureFileName (const QString &_textureFileName) |
| Defines the texture that will be used. | |
| QString | textureFileName () |
| Returns the texture that will be used. More... | |
| void | setHorizontalFOV (const float &_value) |
| float | horizontalFOV () |
| void | setVerticalFOV (const float &_value) |
| float | verticalFOV () |
| void | setTopOffset (const float &_value) |
| float | topOffset () |
Private Attributes | |
| float | horizontalFOV_ |
| float | verticalFOV_ |
| float | topOffset_ |
| QString | textureFileName_ |
Definition at line 65 of file SkyDomeType.hh.
| QString SkyDome::textureFileName | ( | ) |
Returns the texture that will be used.
Defines the texture that will be used.
Definition at line 75 of file SkyDomeType.cc.