TerraForge3D icon indicating copy to clipboard operation
TerraForge3D copied to clipboard

Cross Platform Professional Procedural Terrain Generation & Texturing Tool

Results 12 TerraForge3D issues
Sort by recently updated
recently updated
newest added

Texture baking currently only exports an image with 8 bit depth. This causes noticeable stepping, because there are only 256 possible values to use. Supporting a 16 bit-depth is important...

enhancement
work in progress

**Describe the solution you'd like** I'd like to see support for the mac by terraforge, because of the recent linux support when that becomes stable it shouldn't be a big...

enhancement
help wanted
work in progress

not running in Ubuntu 18.04 LTS ./TerraForge3D: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./TerraForge3D) ./TerraForge3D: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./TerraForge3D) i have libstdc++6, 8.4.0-1ubuntu1~18.04 installed Ubuntu...

bug

This is something i need help with. It is to add a nord theme to terraforge3d! You can jse the theme editor to customize ui and styling ans save it...

enhancement
help wanted
good first issue

This is a simple issue i would like to open for contributers to get started with TerraFoebe3D development. TerraForge3D uses a completely automatic documentation generation system. Now this system generates...

documentation
enhancement
help wanted
good first issue

Here post your screenshots videos and things you make with Terragen3D!

help wanted
good first issue

**Describe the bug** Fails to launch on macOS due to wrong version of OpenGL present. **To Reproduce** Steps to reproduce the behavior: 1. Build gen3 branch for macOS, see: https://github.com/Jaysmito101/TerraForge3D/pull/56...

**Describe the bug** The erosion filter is not baked into the height map. **To Reproduce** Steps to reproduce the behavior: create a terrain apply errosion open Texture Baker The Erosion...

**Describe the bug** terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error' what(): filesystem error: directory iterator cannot open directory: No such file or directory [/media/creatxr/DATA/DOWNLOAD/TerraForge3D.Linux/TerraForge3Dsystems,48x48@2/filesystems,48x48/intl,48x48@2/intl,48x48/mimetypes,48x48@2/mimetypes,48x48/places,48x48@2/places,48x48/status,48x48@2/status,48x48/stock/chart,48x48@2/stock/chart,48x48/stock/code,48x48@2/stock/code,48x48/stock/data,48x48@2/stock/data,48x48/stock/form,48x48@2/stock/form,48x48/stock/image,48x48@2/stock/image,48x48/stock/io,48x48@2/stock/io,48x48/stock/media,48x48@2/stock/media,48x48/stock/navigation,48x48@2/stock/navigation,48x48/stock/net,48x48@2/stock/net,48x48/stock/object,48x48@2/stock/object,48x48/stock/table,48x48@2/stock/table,48x48/stock/text,48x48@2/stock/text,64x64/actions,64x64@2/actions,64x64/animations,64x64@2/animations,64x64/apps,64x64@2/apps,64x64/categories,64x64@2/categories,64x64/devices,64x64@2/devices,64x64/emblems,64x64@2/emblems,64x64/emotes,64x64@2/emotes,64x64/filesystems,64x64@2/filesystems,64x64/intl,64x64@2/intl,64x64/mimetypes,64x64@2/mimetypes,64x64/places,64x64@2/places,64x64/status,64x64@2/status,64x64/stock/chart,64x64@2/stock/chart,64x64/stock/code,64x64@2/stock/code,64x64/stock/data,64x64@2/stock/data,64x64/stock/form,64x64@2/stock/form,64x64/stock/image,64x64@2/stock/image,64x64/stock/io,64x64@2/stock/io,64x64/stock/media,64x64@2/stock/media,64x64/stock/navigation,64x64@2/stock/navigation,64x64/stock/net,64x64@2/stock/net,64x64/stock/object,64x64@2/Data/modules/] Aborted **To Reproduce** download linux's...

https://github.com/Jaysmito101/TerraForge3D/blob/gen2/TerraForge3D/include/Base/Heightmap.h ``` In file included from src/Base/Heightmap.cpp:1: include/Base/Heightmap.h:9:27: error: expected ')' before 'width' 9 | Heightmap(uint32_t width, uint32_t height) : m_Width(width), m_Height(height), m_Data(nullptr), m_RendererID(0) {} | ~ ^~~~~~ | )...