Hi,
Given: A 3d mesh defined with a set of vertices and triangles building up the mesh with these points.
Problem: Find the 2d outline of the projected arbitrarily rotated mesh on an arbitrary plane.
The projection is easy. The challenge lies in finding the "hull" of the projected triangle edges in the plane. I need some help with input/pointers on researching this algorithm. For simplicity, we can assume the 3d edges are projected straight down onto the xy plane.
Cheers
Edit: Added some pics for illustration
First image displays the projected edges in green with the convex hull in blue. The red lines in the second picture are the edges I'm hunting for :)

