manticorp / unrealheightmap

Unreal Engine 16 Bit Grayscale PNG Heightmap Generator
MIT License
19 stars 1 forks source link

Overflowing issue #1

Closed gerchprung closed 1 year ago

gerchprung commented 1 year ago

Hello! Thanks again for this app. Unfortunately, take place the issue with the overflowing. Kindly please find attached screenshot. This issue appear in case, when I want to take high map of the whole world with the polar areas. I know about max size of heightmap in code (300000 px), and input a value in this border, like on the attached screenshot. If I take another region, near equator for instance, this issue can appear, but I can press (one or several times) "generate" button once again and it lead to success. I would like to say that app is beautiful already now, despite of this issue.
screenshot1

manticorp commented 1 year ago

Aha - thanks for bringing this to my attention.

This was trickier to fix than I thought it would be...

This should be fixed as of v0.1.3

https://github.com/manticorp/unrealheightmap/commit/22be4a010a2ce968fd175627886e151627c83a27

https://github.com/manticorp/unrealheightmap/releases/tag/v0.1.3

https://github.com/manticorp/unrealheightmap/tree/v0.1.3

image

gerchprung commented 1 year ago

Aha - thanks for bringing this to my attention.

This was trickier to fix than I thought it would be...

This should be fixed as of v0.1.3

22be4a0

https://github.com/manticorp/unrealheightmap/releases/tag/v0.1.3

https://github.com/manticorp/unrealheightmap/tree/v0.1.3

image

It working perfectly! Tons of thanks for your time and skills! Really cool job!