Category Archive for 'Rendering'

Render optimization: a black art that can make delivering the shot a reality. Rendering special effects, BSP tweaking discussions and the mental-ray engine are some of the subjects you may find in the following articles and posts.

You would like to submit an article to XSIBlog, whatever the category? Don't hesitate, it might even get you full authorship status to XSIBlog if you do so.



Constant passes without constant materials

February 19th, 2010 by Stefano Jannuzzo. Viewed 1705 times.

Recently we had to face this interesting problem: extracting a constant pass out of an arbitrarely complex rendertree. In short, we received scenes set up for rendering, with a given number of passes and channels already set up. However, we needed an extra constant pass which was not planned in advance.
The rendertrees have all kinds [...]

Fast Radiosity using Diffuse convolved environment map

March 21st, 2009 by Harry Bardak. Viewed 10840 times.

What you need to reproduce theses examples :
HDRShop
HDRShop plugin Diffuse_SH.
 
I used to work for a 2 years at Framestore-CFC in London. That mean I use Maya and PRMan as my main application. During this year I learn a lot of thing but also hear a lot of false assumtion about [...]

Previewing Shadowmaps

July 6th, 2008 by Stefano Jannuzzo. Viewed 1920 times.

It is sometimes desirable to be able to check the shadow maps look.
Since XSI does not allow for shadow maps paths, this is how you can do (a ray3 standalone license is required).
After setting up a shadow mapped light, export a single frame archive (mi2) ascii file.
Edit the file with a text editor, and look [...]

Render Tree-Gonometry

March 13th, 2008 by Stefano Jannuzzo. Viewed 7033 times.

After so many years, Xsi still does not ship any basic trigonometric functions like sine and cosine. Although they are very easy to code for a shader writer, it is, however, possible to dig them out of the existing nodes.
This is an example of how sometimes you can write a phenomenon just to downgrade a [...]

Scripting shaders

August 10th, 2007 by Bernard Lebel. Viewed 9125 times.

ABSTRACT
This article is sort of a tutorial-cookbook for scripting beginners. It discusses quick and simple techniques to script minor tasks related to shaders. We will try to focus more on Object Model techniques than Command Model ones. Please feel free to contribute to it if you know better!