#include "../Include/Globals.h"
#include "../Include/Sky.h"
#include "../Include/Utility.h"
Go to the source code of this file.
Classes | |
| struct | SBVToRGB |
Functions | |
| static int | star_predraw (ssgEntity *e) |
| static int | star_postdraw (ssgEntity *e) |
| static char * | getToken (const char *s, char *token, int size) |
| static void | bv_to_rgb (float bv, float &r, float &g, float &b) |
Variables | |
| SBVToRGB | bvMapping [] |
| const int | nMappings = sizeof(bvMapping) / sizeof(SBVToRGB) |
Definition in file StarImages.cpp.
|
||||||||||||||||||||
|
Definition at line 457 of file StarImages.cpp. References SBVToRGB::b, SBVToRGB::g, nMappings, and SBVToRGB::r. Referenced by CStarImages::CStarImages(). |
|
||||||||||||||||
|
Definition at line 71 of file StarImages.cpp. Referenced by CStarImages::LoadFlyDatabase(). |
|
|
Definition at line 62 of file StarImages.cpp. Referenced by CStarImages::CStarImages(). |
|
|
Definition at line 45 of file StarImages.cpp. Referenced by CStarImages::CStarImages(). |
|
|
Definition at line 402 of file StarImages.cpp. |
|
|
Definition at line 455 of file StarImages.cpp. Referenced by bv_to_rgb(). |
|
|
Documentation generated by
|