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
What do you mean by "the triangle a vector is inside?" Are you talking about triangle vector intersection? There is code in my BVH asteroid demo that does ray / object / triangle intersection. For small polycount icospheres you can just test every triangle... For large polycount a BVH will make hit testing much faster.
elevation angle of what? Typically elevation angle is used to describe the angle from a ground plane to something in the sky i don't understand how this applies to icospheres. Can you clarify?
I am doing a satellite simulation. I want to have a sphere which can be filtered on visible portion on the group (with certain elevation angle). At a given time, I computed the satellite vector, I want to know where the triangle on the sphere it belongs to.
Thanks for your excellent IcoSphereCreator. After generate this MeshGeometry3D object
The text was updated successfully, but these errors were encountered: