-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Showing
6 changed files
with
4,726 additions
and
0 deletions.
There are no files selected for viewing
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,39 @@ | ||
material Fuselage | ||
diffuse 1.0 1.0 1.0 | ||
specular 0.7 0.7 0.7 | ||
shininess 69 | ||
tex_diff xylophis_diff.dds | ||
tex_spec xylophis_spec.dds | ||
tex_norm xylophis_norm.png | ||
tex_glow xylophis_glow.dds | ||
use_patterns | ||
|
||
material Transparent | ||
diffuse 1.0 1.0 1.0 | ||
specular 0.7 0.7 0.7 | ||
shininess 69 | ||
opacity 70 | ||
tex_diff xylophis_diff.dds | ||
tex_spec xylophis_spec.dds | ||
tex_norm xylophis_norm.png | ||
tex_glow xylophis_glow.dds | ||
|
||
material int | ||
diffuse 0.1 0.1 0.1 | ||
specular 0.0 0.0 0.0 | ||
shininess 0 | ||
tex_ambi xylophis_int_diff.dds | ||
|
||
lod 300 | ||
mesh xylophis_hi.dae | ||
|
||
lod 100 | ||
mesh xylophis_med.dae | ||
|
||
lod 50 | ||
mesh xylophis_low.dae | ||
|
||
anim gear_down 0 70 | ||
|
||
collision xylophis_coll.dae | ||
mesh xylophis_shield.dae |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.