Search found 6 matches
- Mon Jul 10, 2017 3:36 pm
- Forum: General Development
- Topic: MIS with IBL
- Replies: 14
- Views: 11349
Re: MIS with IBL
One thing that I realized is that when the random selected light happens to be behind the point that is being evaluated the potential contribution is 0, and therefore the sky will be selected with a probability of 1. This sounds like you are mixing up the sampling probability with the contribution ...
- Thu Jun 08, 2017 6:56 pm
- Forum: GPU
- Topic: Irregular grids
- Replies: 8
- Views: 5517
Re: Irregular grids
Yes, the EXCELL and the B. Pradhan paper (I only read the first) explore in essence the same idea as we do - a non-uniform space subdivision into AABBs. If we would start the initial subdivision from a single cell instead of a grid, we will end up with the same structure after merging. Because of th...
- Thu Jun 08, 2017 12:20 pm
- Forum: GPU
- Topic: Irregular grids
- Replies: 8
- Views: 5517
Re: Irregular grids
Following up the discussion from the "glitch pictures" thread: But it is essential that you guys reference the EXCELL (Tamminen et al.) data structure papers in future publications. It is the exact same acceleration structure even if the construction method might not be the same. ... As wi...
- Thu Jun 08, 2017 12:06 pm
- Forum: GPU
- Topic: Irregular grids
- Replies: 8
- Views: 5517
Re: Irregular grids
We did profile our build times with nvvp, which is why we are confident that any speed-up to the initial creation of the triangle-cell references will not result in noticeable improvement of the build times. The top-level grid we create is much too sparse for that. You can try the code and see for y...
- Sat Jun 03, 2017 2:46 pm
- Forum: Visuals
- Topic: Glitch Pictures anyone?
- Replies: 77
- Views: 106974
Re: Glitch Pictures anyone?
Hi, I tried to create a new topic and post a reply there several times already, but without success. Sorry for carrying this thread further off-topic. It is great to see that our paper received attention from members of the forum. Myself and Arsene will be happy help anyone who is interested in expe...
- Wed May 31, 2017 9:33 am
- Forum: GPU
- Topic: Irregular grids
- Replies: 8
- Views: 5517
Irregular grids
Hi all, some forum members have shown interest in our paper on irregular grids. Since there are some concerns that we can quickly address, and to keep things organized, I am starting a new thread here. The paper is available at http://kalojanov.com/data/irregular_grid.pdf . On the same page you can ...