Renderer/assets/Models/foliage/texturemap.json
austin 6409d752de
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
non-Lsystem pine tree
2024-10-16 15:57:32 -04:00

16 lines
400 B
JSON

{
"textureMap": {
"Models/foliage/tree4.glb": [
{
"meshName" : "trunk",
"diffuse" : "/Textures/Bark_NormalTree.png",
"isDefault" : true
},
{
"meshName" : "leaves",
"diffuse" : "/Textures/Leaf_Pine_C.png",
"isDefault" : false
}
]
}
}