Set canvas render material for sprites

This commit is contained in:
n00b87
2025-08-31 21:50:38 -05:00
parent a25b4ad6ec
commit bfdff4207a
24 changed files with 1446 additions and 1119 deletions

View File

@@ -14,7 +14,7 @@
<p>
The main properties panel is where a majority of settings for the material is set.
</p>
<p><img src="images/serenity_material_properties.png" ></p>
<p><img src="images/serenity_material_properties.png" width=600 height=600></p>
<p>
<br>
</p>
@@ -25,6 +25,16 @@
<p>
<br>
</p>
<p>
The FX Varialbe panel is where you can set variables that are used to control FX Materials. Check the SetMaterialConstant() function for info on which variables are available on which materials.
</p>
<p><img src="images/serenity_fx_var_panel.png" ></p>
<br><p>Related:
<a href="setmaterialconstant.html">SetMaterialConstant</a>
</p>
<p>
<br>
</p>
<p>
The material preview allows you to view the current material on a mesh.
</p>