Trouble importing textures from blender with a noise texture and color ramp
Asked Answered
P

2

0

Hello!
I am new to Godot and I am trying to import trees made in blender from a tutorial called "Easy Geometry Nodes - Low-poly Stylized Trees BLENDER 3.0"

The final product has several materials that are made by using the Noise Texture node feeding into the Color Ramp node which determines the material colour.
When the colour is solid it imports into Godot without an issue but having Color Ramp, Noise Texture or both determining the material colour causes it to not import in Godot.
I am using Blender 3.6 and Godot 4.2 (stable).

Has anyone had this issue before? Does anyone know what I could be doing wrong?

Thank you!

Polled answered 25/12, 2023 at 16:55 Comment(0)
G
0

Polled This is an export problem, rather than import one. You can't really export procedural shader networks out into common game asset formats. Your best bet here is to convert the procedural 3D noise texture (including the remap ramp) into a plain 2D bitmap either by baking or otherwise, and then do the export.

Gaitan answered 25/12, 2023 at 21:34 Comment(0)
P
0

Gaitan Thank you! I'll give it a try

Polled answered 26/12, 2023 at 7:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.