A procedural textures addon for Godot
Go to file
RodZill4 2e97888437 Fixed float edit problem when max <= min 2019-11-14 08:48:16 +01:00
addons/material_maker Fixed float edit problem when max <= min 2019-11-14 08:48:16 +01:00
.gitignore
.mailmap
README.md Remove trailing whitespace, add newlines at end of files 2019-11-10 01:21:11 +01:00
default_env.tres
export_presets.cfg
icon.ico
icon.png
icon.png.import
project.godot Preloaded renderer, support for subsurface scattering, minor fixes 2019-11-06 22:33:01 +01:00
rodz_labs_logo.png
rodz_labs_logo.png.import

README.md

This is a tool based on the Godot game engine that can be used to create textures procedurally. It can also be used as a Godot addon (but there's no good reason for not using it as a standalone tool).

Its user interface is based on Godot's GraphEditor: textures are described as interconnected texture generators and operators.

More details in the user manual.

Screenshot