Jump to content

pick mesh issue import mesh


ua4192
 Share

Recommended Posts

Hi.

I have a problem when trying to pick meshes from an imported mesh (GLTF 1.0 file).

My problem is that scene.pick method is returning null always. Only when I am very close to the mesh I am able to pick the mesh but always the same mesh.

I have read other posts from other people having the same problem, but not sure about the solution.

In my example I am not transforming anything (moving neither rotate), just loading the GLTF that contains submeshes inside (in the inspector you can see the product structure of the GLTF) but not able to pick anything.

I am using BABYLONJS 3.0.

Any clues?

Best regards

Link to comment
Share on other sites

Yes.

I am sure that all meshes in the GLTF file are Pickable, Visible and Enabled.

When I import the GLTF file I set all meshes contained with these settings. This was my first thought.

And I checked it by putting a trace for each mesh contained in the GLTF.

In deed, It is really strange but picking works but only when I am very close to the mesh. The mesh exceeds the frustum. When I zoom out it doesn't work.

Best regards

Link to comment
Share on other sites

Hi.

Here you can see:

http://www.babylonjs-playground.com/#QG91RX#4

In theory when mouse was over the mesh it should display the name and point 3D coordinates and also change the color.

You will see that coordinates are always (NaN, NaN, NaN) and the mesh is not properly recognized and that color is not properly changed, just some meshes are recognized.

It is really a bug in my opinion.

It happens with all models I have tested.

Best regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...