Questions tagged [hemisphere]
The hemisphere tag has no summary.
6 questions
1 vote
0 answers
245 views
Confusion about different sampling strategies in Monte Carlo Path Tracing
I am studying Monte Carlo Path Tracing from different sources. However, I have some confusion about the sampling part and dare to post here for experts' ...
1 vote
2 answers
151 views
If a 3D scene is rendered onto a hemispherical display, will there still be warping near the edges?
When a 3D scene is rendered to a 2D display, the image is distorted near the edges of the display. If a 3D scene is rendered onto a hemispherical display, will there still be warping?
4 votes
2 answers
1k views
Why map Hammersley 2D set's (u,v) to sphere's (θ, φ) coordinates (and not to (φ, θ) )?
As explained in Holger Dammetz page Hammersley Points on the Hemisphere, the 2D coordinates (u,v) are usually mapped to the spherical coordinates (θ, φ). As a result, the coordinate "uniformly ...