mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Created tutorial_fixed_materials (markdown)
parent
7e7dc87e46
commit
a39f2b3956
15
tutorial_fixed_materials.md
Normal file
15
tutorial_fixed_materials.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Fixed Materials
|
||||
|
||||
## Introduction
|
||||
|
||||
Fixed materials (originally Fixed Pipeline Materials) are the most common type of materials, using the most common material options found in 3D DCCs (such as Maya, 3DS Max or Blender). The big advantage of using them is that 3D artists are very familiar with this layout. They also allow to try out different things quickly without the need of writing shaders. Fixed Materials inherit from [Material](class_material), which also has several options. If you haven't read it before, reading the [Materials](tutorial_materials) is recommended.
|
||||
|
||||
## Options
|
||||
|
||||
Here is the list of all the options available for fixed materials:
|
||||
|
||||
<p align="center"><img src="images/fixed_materials.png"></p>
|
||||
|
||||
From this point, every option will be explained in detail:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user