Skip to main content

Questions tagged [projections]

Questions about the conversions of a 3D model to a 2D model.

34 questions with no upvoted or accepted answers
0 votes
0 answers
657 views

how is zooming done in computer graphics

Since a projection plane and a center of projection is used for achieving perspective projection, the shape of the view frustum doesn't change changing the focal length(which is the distance from the ...
juztcode's user avatar
  • 117
0 votes
0 answers
67 views

How combine multiple projections into a single pass?

We have a projector type display used in an automotive application, where a projector displays an application on the windshield. Because the projector would normally warp a flat image, we have to ...
default's user avatar
  • 333
0 votes
0 answers
278 views

What quad will fill the screen, which can be inverse-projection-view transformed to map to the near frustum plane?

I've been experimenting with raytracing using GLSL. I had success rendering a cube which encloses the object. Now I want to do a full-screen raytrace, and I want to construct a quad which covers the ...
spraff's user avatar
  • 299
0 votes
0 answers
579 views

Inverse texture mapping

I have a textured 3D object and looking for ways to transform back the texture. Effectively, I think this is an inverse texture mapping task. Do you know of anything close to this? Some papers or ...
erdal.karaca's user avatar

15 30 50 per page
1 2
3