update model for spawn gameobj
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-09-03 21:41:32 -04:00
parent 577c7293bd
commit 64c7f71aad
3 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
"objectId" : "spawnPoint",
"modelPath" : "Models/basic/geometry/unitcylinder.fbx",
"modelPath" : "Models/gameobj/token.glb",
"tokens": [
"SPAWNPOINT"
]

View File

@ -0,0 +1,11 @@
{
"textureMap": {
"Models/gameobj/token.glb": [
{
"meshName" : "Cylinber",
"diffuse" : "/Textures/color/transparent_teal.png",
"isDefault" : true
}
]
}
}

Binary file not shown.