Tagged Questions
1
vote
1answer
147 views
Spherical Area Light Source for Soft Shadows
I'm attempting to implement soft shadows in my raytracer. To do so, I plan to shoot multiple shadow rays from the intersection point towards the area light source. I'm aiming to use a spherical area ...
2
votes
2answers
218 views
Soft Shadows: Spherical Area Light Source
I'm attempting to implement soft shadows in my raytracer. To do so, I plan to shoot multiple shadow rays from the intersection point towards the area light source. I'm aiming to use a spherical area ...
4
votes
4answers
523 views
spherical coordinates distance to plane
Background Info
Consider a spherical coordinate system like the one shown here:
For a particular point, we specify its location by (r, theta, phi).
A plane can be described in this coordinate ...
1
vote
0answers
260 views
Sphere Mapping Non Spherical Objects
I am facing a problem more or less similar to the post
http://stackoverflow.com/questions/1513383/texturing-error-on-a-sphere
The difference is I am trying to sphere map non spherical objects.I will ...