Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Death Star #2

Merged
merged 1 commit into from
Nov 8, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
818,407 changes: 818,407 additions & 0 deletions osg_models/death star.osg

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions visualization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ double homeLat=42.349273;
double homeLon=-71.100549;
double homeAlt=0;
double initialAlt=200;
string earthFile="boston.earth";
string modelFile="joe_cnc/J14-QT_X.3DS";
string earthFile="osgearth_models/boston.earth";
string modelFile="airframe_models/joe_cnc/J14-QT_X.3DS";
//! Magic value to check the static data
enum magic_value { MAGIC_VALUE = 0xAF01BC32 };

Expand Down