Terrain image import#69
Open
Multfinite wants to merge 7 commits into
Open
Conversation
Rampastring
force-pushed
the
yr
branch
3 times, most recently
from
January 8, 2024 21:51
82693e9 to
47ae89a
Compare
Multfinite
force-pushed
the
terrain_image_import
branch
from
January 9, 2024 02:53
447a1cd to
89cc7f9
Compare
Rampastring
force-pushed
the
yr
branch
15 times, most recently
from
January 17, 2024 15:45
e75d315 to
acc4192
Compare
Rampastring
force-pushed
the
yr
branch
3 times, most recently
from
January 22, 2024 17:26
563420f to
a925280
Compare
Rampastring
force-pushed
the
yr
branch
7 times, most recently
from
February 19, 2024 00:03
ba01ec5 to
e018545
Compare
Rampastring
force-pushed
the
yr
branch
13 times, most recently
from
March 2, 2024 12:38
63a169f to
6583800
Compare
Rampastring
force-pushed
the
yr
branch
8 times, most recently
from
March 7, 2024 17:22
faafe8a to
5d836a8
Compare
Rampastring
force-pushed
the
yr
branch
2 times, most recently
from
March 9, 2024 22:29
02575df to
3d4611f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creation menu
How it works
Terrain just will be projected on the map. All color-to-tile are configurable, see Config\ImporterDefault.ini. Also, config can be specified at creation menu. If It isn't then will be used default.
Base level is the basic height level of the map to create. If heighmap used then heightmap value will be added to base level value.
Projection does not require specific asepct ratio for map, but it is possible to get correct aspect ratio by use 'Auto' on height. In this case size of map can be set by width, which used as base parameter for height calculation.
Note: some values in formulas was reached via experiments and tries.