Skip to content
Open
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
Expand Down
6 changes: 6 additions & 0 deletions models/HDU/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
To get the complete HDU please import both:

HDU_lowRez_part1.obj
HDU_lowRez_part2.obj

Both files will read their .mtl file and load the textures for each piece.
106 changes: 106 additions & 0 deletions models/HDU/meshes/HDU1.dae

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions models/HDU/meshes/HDU1.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# OBJ written from NASA LaRC Advanced Concepts Lab (ACL)

newmtl lambert2SG
illum 4
Kd 1 1 1
Ka 0.00 0.00 0.00
Tf 1.00 1.00 1.00
map_Kd ./HDU_01.jpg
Ni 1.00
newmtl lambert3SG
illum 4
Kd 1 1 1
Ka 0.00 0.00 0.00
Tf 1.00 1.00 1.00
map_Kd ./HDU_02.jpg
Ni 1.00
Loading