Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

VenusImage.cpp File Reference

Implements CVenusImage class to render planet Venus in the sky. More...

#include "../Include/Sky.h"
#include "../Include/Utility.h"

Go to the source code of this file.

Functions

static int venus_predraw (ssgEntity *e)
static int venus_postdraw (ssgEntity *e)


Detailed Description

The design and implementation of these classes is based heavily on the sky model of SimGear 0.3.3, by Curtis Olson. Integration into the Fly! Legacy project necessitated a rewrite of the actual classes, but I am indebteded to Curt and other contributors to the SimGear and FlightGear teams for their prior work in this area.

Definition in file VenusImage.cpp.


Function Documentation

static int venus_postdraw ssgEntity *  e  )  [static]
 

Definition at line 60 of file VenusImage.cpp.

Referenced by CVenusImage::CVenusImage().

static int venus_predraw ssgEntity *  e  )  [static]
 

Definition at line 42 of file VenusImage.cpp.

Referenced by CVenusImage::CVenusImage().

SourceForge.net Logo Documentation generated by doxygen