forked from pioneerspacesim/pioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Szlrd
committed
Dec 30, 2014
1 parent
9f38dc5
commit 3f89df4
Showing
5 changed files
with
855 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
data/models/stations/orbital_station/orbital_station_2-5k.model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
material facade-material | ||
tex_diff facades_diff.dds | ||
tex_glow facades_diff.dds | ||
specular 0.1 0.1 0.1 | ||
unlit | ||
|
||
material floor-material | ||
tex_diff floors_diff.dds | ||
tex_glow floors_diff.dds | ||
specular 0.1 0.1 0.1 | ||
unlit | ||
|
||
material tunnels-material | ||
tex_diff spoke_n_misc_diff.dds | ||
tex_glow spoke_n_misc_diff.dds | ||
specular 0.1 0.1 0.1 | ||
unlit | ||
|
||
material facade_window-material | ||
tex_diff facades_diff.dds | ||
tex_glow facades_diff.dds | ||
specular 0.6 0.6 0.6 | ||
opacity 13 | ||
|
||
material ring-material | ||
tex_diff ring_diff.dds | ||
tex_glow ring_glow.dds | ||
specular 0.1 0.1 0.1 | ||
|
||
material ring_glass-material | ||
tex_diff ring_diff.dds | ||
specular 0.7 0.7 0.7 | ||
opacity 20 | ||
|
||
material strut-material | ||
tex_diff struts_diff.dds | ||
specular 0.1 0.1 0.1 | ||
|
||
material spokes-material | ||
tex_diff spoke_n_misc_diff.dds | ||
specular 0.1 0.1 0.1 | ||
|
||
mesh station_hub_A.dae | ||
mesh station_docking_A.dae | ||
mesh station_spokes_2-5k.dae | ||
mesh station_ring_2-5k.dae | ||
|
||
|
||
collision station_hub_A_coll.dae | ||
collision station_ring_2-5k_coll.dae |
198 changes: 198 additions & 0 deletions
198
data/models/stations/orbital_station/station_ring_2-5k.dae
Large diffs are not rendered by default.
Oops, something went wrong.
335 changes: 335 additions & 0 deletions
335
data/models/stations/orbital_station/station_ring_2-5k_coll.dae
Large diffs are not rendered by default.
Oops, something went wrong.
264 changes: 264 additions & 0 deletions
264
data/models/stations/orbital_station/station_spokes_2-5k.dae
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"model" : "orbital_station_2-5k", | ||
"type" : "orbital", | ||
"angular_velocity" : 0.030, | ||
"parking_distance" : 3000.0, | ||
"parking_gap_size" : 500.0, | ||
"pad_offset" : 150 | ||
} |