Default intiialize material float node values
This commit is contained in:
parent
e8bf0a8371
commit
58d1868fbe
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct MaterialProperty {
|
||||||
|
|
||||||
prism::float3 value;
|
prism::float3 value;
|
||||||
AssetPtr<Texture> value_tex;
|
AssetPtr<Texture> value_tex;
|
||||||
float float_value;
|
float float_value = 0.0f;
|
||||||
};
|
};
|
||||||
|
|
||||||
static int last_id = 0;
|
static int last_id = 0;
|
||||||
|
|
Reference in a new issue