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

@@ -5,7 +5,7 @@ The material editor allows you to create, edit, and view materials. On the left
The main properties panel is where a majority of settings for the material is set.
#image "images/serenity_material_properties.png"
#image "images/serenity_material_properties.png", w=600, h=600
<br>
@@ -13,6 +13,11 @@ The texture panel is where you set textures for the material. Each material can
#image "images/serenity_material_texture_panel.png"
<br>
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.
#image "images/serenity_fx_var_panel.png"
#ref SetMaterialConstant
<br>
The material preview allows you to view the current material on a mesh.
#list ul