3d vertex translated onto 2d viewport
- by Dan Leidal
I have a spherical world defined by simple trigonometric functions to create triangles that are relatively similar in size and shape throughout.
What I want to be able to do is use mouse input to target a range of vertices in the area around the mouse click in order to manipulate these vertices in real time.
I read a post on this forum regarding…