mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Created tutorial_materials (markdown)
parent
853fd76329
commit
59c4a679a8
7
tutorial_materials.md
Normal file
7
tutorial_materials.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Materials
|
||||
|
||||
## Introduction
|
||||
|
||||
Materials can be applied to most visible 3D objects, they basically are a description to how light reacts to that object. There are many types of materials, but the main ones are the [FixedMaterial](class_fixedmaterial) and [ShaderMaterial](class_shadermaterial). Tutorials for each of them exist [here (FixedMaterial)](tutorial_fixed_materials) and [here (ShaderMaterial)](tutorial_shader_materials).
|
||||
This tutorial is about the basic properties shared between them.
|
||||
|
Loading…
Reference in New Issue
Block a user