godot_heightmap_plugin icon indicating copy to clipboard operation
godot_heightmap_plugin copied to clipboard

Loading textures from the UI makes them change color space

Open Zylann opened this issue 6 years ago • 2 comments

When you load textures with the terrain texture editor, their color space is changing due to the fact they also get rendered in the GUI. This causes the terrain aspect to change badly. When they don't do that, they are displayed darker, which isn't good either.

How can I display textures in the GUI without interfering with the user's texture options?

Depends on https://github.com/godotengine/godot/issues/8155 Also https://github.com/godotengine/godot/issues/18941

Zylann avatar Mar 19 '18 02:03 Zylann

both are Fixed in Godot 4.0 (though the conversation in the former linked issue is somewhat confusing)

MJacred avatar May 25 '22 07:05 MJacred

The issue will remain in Godot 3. When the plugin is ported to Godot 4 maybe this issue can be tagged for Godot 3

Zylann avatar May 31 '22 20:05 Zylann