Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: Dabbling with reflection  (Read 6326 times)

BMattster

  • Newbie
  • *
  • Posts: 19
    • View Profile
Dabbling with reflection
« on: December 31, 2010, 02:10:37 pm »

These are a few AWESOME tests with reflection.

       This is what I did on this project (please excuse the nerdy talk) :
     
      First, I made, copied, and pasted a bunch of rectangles (somewhere in the vicinity of 200)
     Then, I modeled a huge box and placed it over the smaller rectangles.
     After that, I grouped all of the objects into one object and made a material.
     I put the specular of that material on 1 and made the reflection attribute.
     Then...... BINGO!!!!!! I placed my objects into a scene. That is it.
   Enjoy!

(PS. I want to make an animation with the objects in the pictures, but that would take WAY too long to render it (possibly weeks or a month!). Any suggestions on how to cut down rendering time would be awesome.)
Logged
&

BMattster

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Dabbling with reflection
« Reply #1 on: December 31, 2010, 02:12:52 pm »

These are some before and after pictures.

The before was rendered with the scanline renderer.
The after was rendered with the ART ray tracer.
« Last Edit: December 31, 2010, 02:14:23 pm by BMattster »
Logged
&

dwsel

  • Sr. Member
  • ****
  • Posts: 271
    • View Profile
    • Dwsel art
Re: Dabbling with reflection
« Reply #2 on: January 09, 2011, 08:59:27 am »

I hope it's not too late for the answer:

I see a lot of noise in your images. Are they created by Ambient Occlusion, glossy reflections or soft shadows? To speed up the animation you might want to turn off AO, and use sharp shadows and sharp reflections wherever you can. When not possible - one can use lowest sampling rates for soft shadows that does not look grainy (to avoid flickering) - the same goes for AA samples. If you don't need very deep 'tunnel of mirrors' then RayDepth scene attribute set to 3-4 if there are only reflections or 6-7 when there are some refractions will speed up rendering a lot.

As for rendering itself - I can suggest rendering separate frames to *.bmp, at night, using all cores you have/all cores on all computers around ;) It can be done using several instances of Anim8tor, each having the same scene loaded, but with different range of frames assigned for rendering.
Logged

Maximilianibus

  • Full Member
  • ***
  • Posts: 153
  • Bla Bla Bla, Mr Freeman!
    • View Profile
    • Please Subscribe!
Re: Dabbling with reflection
« Reply #3 on: January 09, 2011, 10:26:46 am »

hey, , dwsel, good idea!
Logged