Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get around CLI warnings #1

Open
MannyMeadows opened this issue Mar 2, 2019 · 1 comment
Open

Can't get around CLI warnings #1

MannyMeadows opened this issue Mar 2, 2019 · 1 comment

Comments

@MannyMeadows
Copy link

I'm keen to add this library to my gltf pipeline but I'm having trouble getting past the below warnings...

UnhandledPromiseRejectionWarning: ReferenceError: glbPath is not defined

Failing the above I try switching out my glb to the same model in gltf, then I get the below error.

UnhandledPromiseRejectionWarning: Error: Navmesh Object3D not found

How does one identify/specify their Object3D?

Note: The file in question is produced via the following pipeline .IFC>OBJ>GLTF

@ivnnv
Copy link

ivnnv commented Dec 12, 2020

I had those exact two problems so I created #2

  • fixes glbPath
  • names the missing scene object you are trying to create make the mesh from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants