vtStarDome Class Reference
[Terrain]
List of all members.
Detailed Description
A StarDome is a sphere of stars, based on real star data, implemented as Points. The intended use is to make it large and far away from the camera, so that it is always behind all the terrain and objects in the world. It also contains an image of the Moon (as a texture billboard). The Moon and Stars are moved appropriately for the time (set with SetTime).
Member Function Documentation
| void vtStarDome::SetTime |
( |
const vtTime & |
time |
) |
|
Sets the time of day (or night).
- Parameters:
-
| time | Time in seconds since midnight. |