Using Sun and Sky in Mental Ray_nice

Preview:

Citation preview

Using Sun and Sky in Mental Ray Written by Dzordz    Sunday, 22 April 2007

Article IndexUsing Sun and Sky in Mental Ray Page 2

Page 1 of 2With Maya 8.5 Mental Ray got some new fancy options and modes. One of them is Sun and Sky system. I’m going to guide you through some of new features.

So create simple terrain, and some object on it. I created high tech tower, but you can make whatever you want, just add some small details, because I’m going to show you how to make them more obvious.

So for start you’ll need to load Mental Ray. To do that go to window/settings preferences/plug in manager. Enable Mayatomr.mll

In render globals choose Mental Ray. In Mental Ray globals, you can see environment tab. Hit Create Physical Sun and Sky.

In attribute editor, mia_physicalsky1 will appear. There are menu options, I’m going to show you only few most important.

Also there’s directional light in the scene. This light controls the direction of the sun and also the time.

If you render, you’ll get something like this.

In quality presets choose previewFinalGather. This will set sampling little higher than draft.

On sunDirectionShape, in custom shaders tab, you’ll se that light has light shader, and photon emitter connected.

Mia_physicalsun defines the sun itself. Samples define the number of rays used for shadows. Increase this number if there’s noise in shadows.

In hypershade, you can see all shaders used in Sun and Sky system. There’s mia_exposure_simple1 applied as lens shader on camera. This node remaps colors to the way human eye sees. In Mental Ray all intensities are in linear space. Human brain sees color in different way. Basically it’s logarithmic function. That’s why gamma is 2.2. That’s the way we see, same thing for all photographs. So if you apply texture to objects you will get something like this:

Using Sun and Sky in Mental Ray Written by Dzordz    Sunday, 22 April 2007

Article IndexUsing Sun and Sky in Mental Ray Page 2

Page 2 of 2

It’s washed. Why? Because texture has gamma 2.2. The way we see it. So Mental Ray uses texture with gamma 2.2 in linear calculations of light intensity and then it converts it to gamma 2.2 so we can see it right. So gamma 2.2 is applied twice. That’s why texture is washed. How to fix it? Simple use gammaCorrect node. Apply gamma 0.454 to image. In that way it gets linear. Then renderer applies gamma 2.2, and it looks good.

In new mental ray, there’s also new shader called mia_material. It’s shader with lots of options,

like glossy reflections, built in ambient occlusion, interpolation optimizations…

Apply that material to the tower.

Apply texture with gamma correction

Also set reflectivity to 0. We are not going to use it in this tutorial.

Also one important thing about new Mental Ray. Final Gather has new options, now it works pretty fine with low accuracy settings (same as rays in earlier versions), point density defines how big will be Final Gather radius. With 50, 0.1 results can be pretty nice and fast.

The thing I wanted to show about mia_material is built in ambient occlusion. So now final gather is used to get overall ambient lighting and ambient occlusion will darken corners, so details will appear. Ambient occlusion has few options. Rays define accuracy; raise it if you have noise. Distance defines how far ray will try to find occluding geometry.

So without ambient occlusion

And with ambient occlusion

Also in mia_physicalsky, there’s haze attribute. Raise it to get foggy diffuse lighting.

Red/Blue shift attribute controls the balance between blues and reds. Negative values mean more blue and positive more red.

Recommended