From f624cf99aa7ecddbbb3545b012e474e554fd3d7d Mon Sep 17 00:00:00 2001 From: reduz Date: Sat, 21 Jun 2014 22:34:09 -0700 Subject: [PATCH] Updated tutorial_shader_materials (markdown) --- tutorial_shader_materials.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: + +

+