1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Updated tutorial_shader_materials (markdown)

reduz
2014-06-21 22:34:09 -07:00
parent 8802b695c1
commit f624cf99aa

@@ -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":
<p align="center"><img src="images/shader_material_create.png"></p>
Edit the newly created shader, and the shader editor will open:
<p align="center"><img src="images/shader_material_editor.png"></p>