Node Material

Node Material

The Node Material is a new kind of material available from Babylon.js v4.1. It will let you create a new material by assembling building blocks, or nodes, quickly and easily. These nodes define how vertex and pixel shaders will behave by assembling the nodes in the order needed.

This way you will be in control of everything related to the rendering of our meshes without having to learn GLSL. Furthermore, thanks to our library of predefined nodes, you will be able to reuse entire portions of the Babylon.js engine by just adding a new node for lighting, fog, bones, etc..

Coming next

Node Material
The Node Material is a simple, highly customizable material that you can build yourself piece by piece. Combined with the powerful node-based editor, you can easily create stunning custom GPU shaders and FX for your Babylon.js scenes.
Node Material and Particles
Learn how to use the node material editor to create particle shaders.