fix texture for human lod model
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
26431072b3
commit
48de5f0af0
Binary file not shown.
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -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
|
||||
|
||||
@ -2015,6 +2015,7 @@ Fix memory leaks
|
||||
|
||||
(05/28/2025)
|
||||
Server entities without collidables deactivate gravity trees
|
||||
Fix texture map for lod human model
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user