Adding skeleton

This commit is contained in:
Dynamitos
2024-04-22 12:47:05 +02:00
parent ad8f30f26e
commit 3895fbb3d3
19 changed files with 491 additions and 35 deletions
Binary file not shown.
+22
View File
@@ -0,0 +1,22 @@
{
"code": [
{
"exp": "Const",
"value": "input.vertexColor.xyz"
},
{
"exp": "Const",
"value": "float3(0, 0, 1)"
},
{
"exp": "BRDF",
"profile": "CelShading",
"values": {
"baseColor": 0,
"normal": 1
}
}
],
"name": "cubeMaterial0",
"profile": "CelShading"
}