Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Nov 5, 2023
1 parent 57242e4 commit cdfef4d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CEON/models/USEDPAINT/usedPaintDarkOrangeMaterial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"materialVersion":1,
"materials":[
{
"albedo":[0.439, 0.275, 0.118],
"metallicMap": 0.001,
"roughnessMap": 0.25,
"normalMap": "paintedMetal_B_normal.jpg",
"cullFaceMode":"CULL_BACK"
}
]
}
12 changes: 12 additions & 0 deletions CEON/models/USEDPAINT/usedPaintDarkYellowMaterial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"materialVersion":1,
"materials":[
{
"albedo":[0.502, 0.459, 0.18],
"metallicMap": 0.001,
"roughnessMap": 0.20,
"normalMap": "paintedMetal_B_normal.jpg",
"cullFaceMode":"CULL_BACK"
}
]
}
13 changes: 13 additions & 0 deletions CEON/models/USEDPAINT/usedPaintTurquoiseMaterial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"materialVersion":1,
"materials":[
{
"albedo":[0.184, 0.439, 0.396],
"albedoMap": "paintedMetal_B_albedo.jpg",
"metallicMap": 0.1,
"roughnessMap": 0.23,
"normalMap": "paintedMetal_B_normal.jpg",
"cullFaceMode":"CULL_BACK"
}
]
}

0 comments on commit cdfef4d

Please sign in to comment.