- Home /
How do i go about stereo graphic projection?
I have a List of points that describe a sphere, and in order to use the Cell algorithm i want to use i need to project it to 2d, so from what i understand i need for points[i] to output a new(x,y) where new x = (x/1-z) and new y = (y/1-z), but that doesn't seem to output the correct values. help please.
Comment