Skip to main content

Questions tagged [radiosity]

Filter by
Sorted by
Tagged with
0 votes
1 answer
263 views

I have read the HL2 Paper and Presentation for Radiosity Normal Mapping. I am currently trying to implement it myself. I already managed to generate a single radiosity lightmap by drawing a hemicube ...
Raildex's user avatar
  • 812
1 vote
1 answer
267 views

I am using radiosity method to compute the inter-reflected light within a room. The room is gridded into small patches and the light flux in lumen is calculated for each. This part is done. Now I want ...
ali's user avatar
  • 167
5 votes
1 answer
1k views

I'm working on a radiosity processor in DirectX 9. I have efficiently rendered hemicubes from the perspective of texels within a lightmap. Now, as I try to integrate the hemicubes (to sum the incident ...
P. Avery's user avatar
  • 575
2 votes
1 answer
681 views

I'm trying to implement a radiosity processor. I'm aware of many places online to find information about radiosity. I found a great source on NVidia's website is GPU Gems - Chapter 39 . On this page ...
P. Avery's user avatar
  • 575
2 votes
3 answers
408 views

Does radiosity work with skylight (directional light)? From reading online it sounds like it was intended to work with point lights but I would really like to make it work with skylight if possible. ...
Xavier's user avatar
  • 1,643
8 votes
2 answers
925 views

I already have the basics of ambient occlusion down. I have a raycaster and am capable of shooting rays about a hemisphere uniformly. It seems like those are the basics of what are needed for ...
Xavier's user avatar
  • 1,643