-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adds 3 new terrain plots whose one vertically translated and one with partial liquid surface - adds a 'Humans test' location
- Loading branch information
Showing
9 changed files
with
108 additions
and
5 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,11 @@ | ||
begin_header | ||
texture_load plot03_tex textures/test_world/plot03.tex | ||
end_header | ||
|
||
range 4000 | ||
|
||
begin_model standard | ||
color 1.0 1.0 1.0 1.0 | ||
texture_select plot03_tex | ||
heightfield_load textures/test_world/plot03.hf 600 400 155.563 0 0 0 0 0 0 | ||
end_model standard |
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,13 @@ | ||
begin_header | ||
# Note: as in plot04.tex lava lake area is at least 1% transparent, | ||
# it will be detected as a liquid surface. | ||
texture_load plot04_tex textures/test_world/plot04.tex | ||
end_header | ||
|
||
range 4000 | ||
|
||
begin_model standard | ||
color 1.0 1.0 1.0 1.0 | ||
texture_select plot04_tex | ||
heightfield_load textures/test_world/plot04.hf 600 600 170.875 0 0 0 0 0 0 | ||
end_model standard |
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,11 @@ | ||
begin_header | ||
texture_load plot03_tex textures/test_world/plot03.tex | ||
end_header | ||
|
||
range 4000 | ||
|
||
begin_model standard | ||
color 1.0 1.0 1.0 1.0 | ||
texture_select plot03_tex | ||
heightfield_load textures/test_world/plot05.hf 400 400 100 0 0 0 0 0 0 | ||
end_model standard |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.