You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem in a little bit more depth. Provide at least a couple of sentences explaining what the issue is and you'll see that it is much more likely that we can fix it.
away3d.core.pick.RaycastPicker has a function called getSceneCollision which is described to return a PickingCollisionVO from a position(Vector3D) and direction(Vector3D).
This function would be very helpful in cases like testing collisions to the ground for example, and getting the normal back and so forth.
The function is defined in the documentation. But in the class it only returns null.
RaycastPicker.getSceneCollision just returns null. It is defined in the documentation.
This would be a great feature to have implemented.
The text was updated successfully, but these errors were encountered: