diff --git a/tutorial_shader_materials.md b/tutorial_shader_materials.md index 6870046..b7240e1 100644 --- a/tutorial_shader_materials.md +++ b/tutorial_shader_materials.md @@ -16,3 +16,11 @@ Traditionally, most engines will ask you to learn GLSL, HLSL or CG, which are pr ## Creating a ShaderMaterial +Create a new ShaderMaterial in some object of your choice. Go to the "Shader" property, then create a new "Shader": + +

+ +Edit the newly created shader, and the shader editor will open: + +

+