Skip to content

Commit cabffd5

Browse files
author
rdeioris
authored
Update Material_API.md
1 parent 23abed6 commit cabffd5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/Material_API.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
The Material API
2+
----------------
3+
4+
Unreal has 3 "kind" of materials:
5+
6+
* Material (this is the base for the following two types, this is where you define material nodes and properties, it must be compiled to generate the required shaders)
7+
8+
* Material Instance (when you want to modify parameters of a material you do not need to create a whole new material, but you can create an 'instance' of it. The instance shared the logic of the material but changes specific properties (like textures)
9+
10+
* Material Instance Dynamic (sometime you want to change the properties of a material instance at runtime, in such a case you need to generate a special matrial instance that is mapped to a specific object while your game runs)

0 commit comments

Comments
 (0)