"Don't let anyone drive you crazy when you know it's in walking distance."
"I occasionally confuse my desire for revenge with my desire for justice. Oops." -me
http://elementalray.wordpress.com/
For a video on Phil Miller's Advanced Rendering and GPU Raytracing talk, see http://nvidia.fullviewmedia.com/sigg...and/SS107.html
In this talk, Phil talks about mental ray 3.11 soon in beta, and iray 3. He also shows a short video by one of our devs about our Light Path Expressions available in iray 3.
The 3.11 feature he shows is the Ambient Occlusion pass that can be calculated in parallel on the GPU while the CPU is rendering the rest of the scene. This is enabled by a string option.
We are developing some layered shaders for mental ray, which will help lead us toward using layered bsdfs. The layered shaders will come with 3.11 but can be tested in 3.10. Of significance in these shaders, is an sss component layer that does not require a light map. They also have a builtin user framebuffer pass mechanism, encouraging proper additive work flow.
In 3.11, along with Light Importance Sampling (IS) and Multiple Importance Sampling string options, we have supplied a new shader based method for creating object lighting. This should make it easier for immediate use in integrations.
We also have enabled multiple motion transforms for more complex curvy motion paths, but that one might require a little more work with the integrators. Pipelines that already process the mi files, could add it, of course.
We will also make available iray 3 with Kepler support for mental ray, but final packaging decisions of course depend on the integrations.
Barton Gawboy
Training and Special Projects, NVIDIA ARC
LAmrUG Forum Originator
great news. light is and layered bsdf's will speed up the rendering alot.
I have read earlier that Nvidia "pulled out" mental ray from maya to make it work as a normal -external- plugin (in maya 2013).
1. Will mental ray 3.11 show the IRay options and others (progressive rendering, unified sampling, etc) natively in maya?
2. Will it be possible to upgrade to mental ray 3.11 without upgrading maya?
Hi, few questions here:
Both Light importance sampling and multiple importance sampling has anything to do with how Mental ray will calculate GI?
I mean, will those new shaders/lights help users to have a better illumination or they are just shading techniques, meaning we will still have to use Final Gathering?
Another question is how comes you decided to switch the Ambient Occlusion calculation into GPU and not something else, per say motion blur/dof/or even final gather photon emission, heavy things to calculate. Displacement.
I feel GPU calculation is pretty wasted on Ambient Occlusion only, despite we all hope we will have a better GI solution someday with mental ray so we should just stop relying into AO all together.
Speaking of global illumination i have a simple question, after all the complains and problem and see how MR at the moment sadly is far behind other renderers (especially on bruteforce approach on GI solutions), do you guys took into consideration to fix this at all? Because its an issue brought to attention so many times and it is a bit frustrating to see you workin in totally different sections of the render engine (shading/lighting).
Got another question here as well. Trying to use the bsdf that comes with Maya and 3ds max (tried even Xsi) with the irradiance particles + importons + IBL, and basically they dont take into account the irradiance particles bounces. Surfaces are rendered almost black, only the IBL is taken into account so its like the IP+Importons are switched off.
Is this a normal behaviour? I thought the bsdf shaders would benefit from ibl+ip+unified sampling but apparently there is a bug?
Thank you.
JJ
I can imagine they are, from Bart's comment about a "toward" a BSDF model.
While non-photorealistic is always possible, photo-realism is still the most often asked-for look. This means easy physical correctness by default. You can also see his comment in the mental mill section:
Originally Posted by Bart
"Don't let anyone drive you crazy when you know it's in walking distance."
"I occasionally confuse my desire for revenge with my desire for justice. Oops." -me
http://elementalray.wordpress.com/
Really good to see this presentation. All looks and sounds very promising. Just hope the integration will do all the features justice.
Thanks,
Richard
thanks Bart.
I was wondering about Light Path expression. It was not clear. I understood that you could separate indirect Spec/ diffuse from direct
but I was wondering if that will allow to you categorize light.
I mean having a framebuffer per light contribution ( including bounce and caustics ) so you could do some relighting in post.