

Public Member Functions | |
| OrbitRenderer () | |
| void | sample (double, const Point3d &p) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 855 of file render.cpp. 00855 {};
|
|
||||||||||||
|
Implements OrbitSampleProc. Definition at line 857 of file render.cpp. 00858 {
00859 glVertex3f(astro::kilometersToAU((float) p.x * 100),
00860 astro::kilometersToAU((float) p.y * 100),
00861 astro::kilometersToAU((float) p.z * 100));
00862
00863 };
|
|
|
Definition at line 863 of file render.cpp. |
1.4.1