fix texture for human lod model
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-05-28 12:16:24 -04:00
parent 26431072b3
commit 48de5f0af0
4 changed files with 10 additions and 2 deletions

View File

@ -30,6 +30,13 @@
"meshName" : "Iris.L",
"diffuse" : "/Textures/b1.png"
}
],
"Models/creatures/person2/person2_1_lod.glb": [
{
"meshName" : "Torso.001",
"diffuse" : "/Textures/skin1.png",
"isDefault" : true
}
]
}
}

View File

@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Tue May 27 21:03:34 EDT 2025
buildNumber=638
#Wed May 28 11:59:04 EDT 2025
buildNumber=639

View File

@ -2015,6 +2015,7 @@ Fix memory leaks
(05/28/2025)
Server entities without collidables deactivate gravity trees
Fix texture map for lod human model