Jump to content

Recommended Posts

Posted

sometimes LinePick function doesn't pick up a surface.

I attached a LinePick demo, and please check that.

 

 

this video is my LinePick behavior. sorry video is bad quality.

 

thank you.

Posted

I get a similar result, where it appears to fail to pick the terrain in places where there is obviously terrain. I had a quick look at your code and it appeared to be ok, I might have just used CameraPick to achieve the same though. Not sure what is going on here unless it is a bug.

Intel Core i5 2.66 GHz, Asus P7P55D, 8Gb DDR3 RAM, GTX460 1Gb DDR5, Windows 7 (x64), LE Editor, GMax, 3DWS, UU3D Pro, Texture Maker Pro, Shader Map Pro. Development language: C/C++

Posted

I don't know how the terrain system works. But on the off chance it uses Newton:

 

What is the world size?

Is the point on the terrain inside the world boundary?

Does the raycast start inside the world boundary?

Does the raycast end inside the world boundary?

 

The first two of those are the most crucial, as only bodies inside the world can trigger the (hidden) "prefilter" and "process hit" callbacks.

LE Version: 2.50 (Eventually)

Posted

Is this the terrain bug?

Because the Raycast does't pick only terrain surface.

 

I get a similar result, where it appears to fail to pick the terrain in places where there is obviously terrain. I had a quick look at your code and it appeared to be ok, I might have just used CameraPick to achieve the same though. Not sure what is going on here unless it is a bug.

Thank you for check CameraPick's result.

 

 

I don't know how the terrain system works. But on the off chance it uses Newton:

 

What is the world size?

Is the point on the terrain inside the world boundary?

Does the raycast start inside the world boundary?

Does the raycast end inside the world boundary?

 

The first two of those are the most crucial, as only bodies inside the world can trigger the (hidden) "prefilter" and "process hit" callbacks.

I used LinePick under those conditions. but result is same.

Posted

It's possible for the ray cast algorithm to fall in between triangles and go through an edge where two surfaces meet.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

That's good to know, so we should not rely on any single ray cast to detect structure, there ideally needs to be a spread. Shame the radius option was never implemented as I believe that would have done just this.

Intel Core i5 2.66 GHz, Asus P7P55D, 8Gb DDR3 RAM, GTX460 1Gb DDR5, Windows 7 (x64), LE Editor, GMax, 3DWS, UU3D Pro, Texture Maker Pro, Shader Map Pro. Development language: C/C++

Posted

It's another point which generally makes ConvexCast superior. Although that superiority does make it slower than a single raycast. It's a shame that feature was never exposed

LE Version: 2.50 (Eventually)

Posted

It happens when your picking around 0° & 180°, I remember posting this as a bug a long time ago and that it was logged. But since then the bug reporting changed & it's not listed anymore. From your clip this looks the same issue? not that it's between triangles. Picking also passes through some models or selects the model when it's not at the pick point, but this may be an issue with the model & not the pick function as it seems to be specific models that it occurs. Test displaying the angle of the camera & if you see that it is 0° & 180° to confirm, then it may be a simple fix for Josh?

  • 2 weeks later...

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.

×
×
  • Create New...