fc0702c16c
Unlike most planetarium software, Celestia doesn't confine you to the surface of the Earth. You can travel throughout the solar system, to any of over 100,000 stars, or even beyond the galaxy. All movement in Celestia is seamless; the exponential zoom feature lets you explore space across a huge range of scales, from galaxy clusters down to spacecraft only a few meters across. A 'point-and-goto' interface makes it simple to navigate through the universe to the object you want to visit. Celestia is expandable. It comes with a large catalog of stars, galaxies, planets, moons, asteroids, comets, and spacecraft. If that's not enough, you can download dozens of easy to install add-ons with more objects. Available flavors: lua - add Lua scripting engine (extension language support) ok jasper@
13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
$OpenBSD: patch-src_celengine_command_h,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
|
--- src/celengine/command.h.orig Thu Jul 12 09:34:00 2007
|
|
+++ src/celengine/command.h Thu Jul 12 09:34:24 2007
|
|
@@ -94,7 +94,7 @@ class CommandGoto : public InstantaneousCommand
|
|
class CommandGotoLongLat : public InstantaneousCommand
|
|
{
|
|
public:
|
|
- CommandGotoLongLat::CommandGotoLongLat(double t,
|
|
+ CommandGotoLongLat(double t,
|
|
double dist,
|
|
float _longitude, float _latitude,
|
|
Vec3f _up);
|