Tagged Questions
3
votes
1answer
234 views
How to compute the 2D equations of 3D circular arcs?
I'd like to obtain these equations for the ellipses produced by the perspective projections of (3-dimensionally transformed) circles.
This is useful for rendering in 2D contexts which provide curve ...
7
votes
2answers
404 views
Portal Projection
Ok ok I admit, I'm bored and toying with a portal script like the one on steam.
I've figured out the following:
relative positioning of the mirrored cameras
render to texture for the portal (the ...
1
vote
2answers
710 views
Rotate around a 3d Object (Software Renderer)
I have a simple 3d software renderer (SDL / C++) which can load a 3ds Model and render it (shaded) and rotate it around X Y Z - Axis.
Now I would like to rotate / move around the object, meaning, the ...