mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-07-03 06:46:05 +02:00
Update VA_ModelBaker.cs
Removed LitGUI debug logs. Updated VA_ModelBaker material creation and setting update. Added mesh finalize function to optimize and upload the mesh data.
This commit is contained in:
@ -116,12 +116,10 @@ namespace TAO.VertexAnimation.Editor
|
||||
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
{
|
||||
Debug.Log(value);
|
||||
SetKeyword("USE_INTERPOLATION_ON", value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
bool value = mat.IsKeywordEnabled("USE_NORMALA_ON");
|
||||
MaterialProperty useNormalA = FindProperty("USE_NORMALA", properties);
|
||||
@ -148,7 +146,6 @@ namespace TAO.VertexAnimation.Editor
|
||||
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
{
|
||||
Debug.Log(value);
|
||||
SetKeyword("VA_FLIP_UVS_ON", value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user