Search found 15 matches
- Mon Jun 18, 2012 9:31 am
- Forum: General Development
- Topic: Why I cannot get the specular reflection right with mesh?
- Replies: 7
- Views: 6965
Re: Why I cannot get the specular reflection right with mesh
For the white dots: I had similar issues and then I discovered a lot of NaN and INF in the calculations (caused by the mesh imported I was using a the time).
- Tue Feb 14, 2012 2:42 pm
- Forum: General Development
- Topic: Path tracing in games
- Replies: 26
- Views: 26157
Re: Path tracing in games
Why do everyone keep talking about path tracing? There is a wide range of algos with a different tradeoff between quality and speed. Couldn't a first step towards RT GI make use of one of them?
- Tue Jan 31, 2012 11:03 am
- Forum: General Development
- Topic: Path tracing in games
- Replies: 26
- Views: 26157
Re: Path tracing in games
In the end technologies like path-tracing may not be necessary at all for games I agree that it is amazing the quality reached by games nowadays and that there is still room for improvements. But what about reflections (wich are important for many surfaces)? In racing games you usually have the env...
- Mon Jan 30, 2012 1:05 pm
- Forum: General Development
- Topic: Path tracing in games
- Replies: 26
- Views: 26157
Re: Path tracing in games
That's true, and yet sfx are starting to use RT and even GI instead of the old algos available at the time of JP. Isn't there a threshold (of quality requirements or scene complexity) above which is more convenient to leave rasterization in favour of other techniques? After all, even per pixel light...
- Mon Jan 30, 2012 10:19 am
- Forum: General Development
- Topic: Path tracing in games
- Replies: 26
- Views: 26157
Path tracing in games
I've just seen one of the latest video of the amazing path tracer developed by Jacco and I'm wondering: isn't path tracing possibly the worst (computationally-wise) rendering algorithm out there? Wouldn't other algos or even hybrid approaches (traditional RT with some sort of quick and dirty GI) be ...