Exporting to obj because blender format doesnt work

This commit is contained in:
Dynamitos
2024-04-24 23:29:37 +02:00
parent 2b32544394
commit f686f19c9d
16 changed files with 2630882 additions and 337 deletions
+21 -21
View File
@@ -1,22 +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"
{
"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"
}