Begin new Asset Pipeline
This commit is contained in:
6
assets/materials/Bricks.json
Normal file
6
assets/materials/Bricks.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"baseColorTexture": "Bricks_BaseColor.png",
|
||||
"metallic": 0,
|
||||
"normalTexture": "Bricks_Normal.png",
|
||||
"roughness": 1
|
||||
}
|
||||
6
assets/materials/Dirt.json
Normal file
6
assets/materials/Dirt.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"baseColorTexture": "Dirt_BaseColor.png",
|
||||
"metallic": 0,
|
||||
"normalTexture": "Dirt_Normal.png",
|
||||
"roughness": 1
|
||||
}
|
||||
6
assets/materials/Gold.json
Normal file
6
assets/materials/Gold.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"baseColorTexture": "Gold_BaseColor.png",
|
||||
"metallic": 1,
|
||||
"normalTexture": "Gold_Normal.png",
|
||||
"roughness": 0
|
||||
}
|
||||
6
assets/materials/Stone.json
Normal file
6
assets/materials/Stone.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"baseColorTexture": "Stone_BaseColor.png",
|
||||
"metallic": 0,
|
||||
"normalTexture": "Stone_Normal.png",
|
||||
"roughness": 1
|
||||
}
|
||||
Reference in New Issue
Block a user