Procedural Material Generator

Isara Tech. - Code Plugins - Dec 8, 2017
Not Yet Rated

Procedural material generation using noise library

  • Supported Platforms
  • Supported Engine Versions
    4.17 - 4.20
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Overview video:

https://youtu.be/y0HIsNo_8xw

Preview videos:

https://www.youtube.com/playlist?list=PLdlD-XwfEUfvl5dAmelU5UjxCT9PSkMkT


Presentation page:

http://isaratech.com/portfolio/procedural-texture-generator

Free generators downloads:

http://isaratech.com/portfolio/procedural-texture-generator/#Resources

(you need the Procedural Material Generator plugin to use these generators)


Includes Noise Library By IsaraTech


Procedural Material Generator provides a set of C++ blueprints to generate materials using the noise library.

The noise library provides a lot of functions like Perlin, Voronoi, ridged multi-fractal and so on. By combining these noises, procedural textures and materials can be generated.

You just have to create a Texture Generator blueprint and use the included noises to define new materials. Once your Texture Generator is set, all the maps are extracted from the noises and the material is generated.

Given that the Texture Generator produces textures and PNG images, you can edit by hand the generated textures.

Technical Details

Features:

  •  Includes our Noise Library (including 11 noises and 18 modifiers)
  •  Generates all required maps (diffuse, normal, height, roughness, etc.) from a defined noise
  •  Apply a color gradient over the noise to generate the texture colors

Code Modules:

  •  BlueprintNoiseGenerator (Runtime)
  •  TextureGenerator (Editor)

Number of Blueprints: 0

Number of C++ Classes: 44

Network Replicated: No

Supported Development Platforms: Win64, Win32, Linux, MacOS, Android

Supported Target Build Platforms: Win64, Win32, Linux, MacOS, Android

Documentation: https://docs.isaratech.com/ue4-plugins/material-generator and https://docs.isaratech.com/ue4-plugins/noise-library