#Load GLTF mesh

3 messages · Page 1 of 1 (latest)

shrewd thicket
#

I am trying to load a mesh but am getting error: "path not found", despite the path being correct as far as I can tell. Am I missing something with the "#..." and the format here? This is how I try to load the mesh (I tried using two backslash and single slash and the path in the error matches the correct path):

let falcon_handle: Handle<Mesh> = asset_server.load("models\\millenium_falcon.gltf#mesh_FALCON");

and here is the file:

stray adder
#

I think the problem is likely that you have glTF 1 instead of glTF 2 format.

#

They are different and glTF 1 is not supported.