Begin new Asset Pipeline

This commit is contained in:
2025-11-21 13:02:32 +01:00
parent bbafc55f6f
commit 63a8eee18c
34 changed files with 1190 additions and 586 deletions

View File

@@ -0,0 +1,6 @@
{
"baseColorTexture": "Bricks_BaseColor.png",
"metallic": 0,
"normalTexture": "Bricks_Normal.png",
"roughness": 1
}

View File

@@ -0,0 +1,6 @@
{
"baseColorTexture": "Dirt_BaseColor.png",
"metallic": 0,
"normalTexture": "Dirt_Normal.png",
"roughness": 1
}

View File

@@ -0,0 +1,6 @@
{
"baseColorTexture": "Gold_BaseColor.png",
"metallic": 1,
"normalTexture": "Gold_Normal.png",
"roughness": 0
}

View File

@@ -0,0 +1,6 @@
{
"baseColorTexture": "Stone_BaseColor.png",
"metallic": 0,
"normalTexture": "Stone_Normal.png",
"roughness": 1
}