Find All Points That Face One Plane
The inital scene is like the following image, here are an axes actor and an irregular 3D model. We want to find all points that are on the model and face the plane which has normal (0, 1, 0) and origin (0, -10, 0). My solution spend a lot time, Read more…