Search  | Login  | Register

Post new topic Reply to topic  [ 68 posts ]  Go to page 1, 2, 3, 4, 5  Next
Offline
User avatar
win 32 bit:
http://www.indigorenderer.com/joomla/in ... &Itemid=62

EDIT: replaced with link to new version 1.0.5.2 which fixes overflow bug (hopefully) spotted by Lyc

Let me know if you spot any bugs!


Changelog:
1.0.5
* added check for degenerate triangles when loading meshes
* fixed deadlocks on linux
* reduced smallest autofocus dist to 0.0001 m.
* Made it so that Indigo can be executed from any directory without failing to find inifile.txt etc..
* adding region rendering
* updating settings print-out a little
* made splat_filter and downsize_filter accessible from inifile and renderer_settings
* added --pack for scene packing


Region Rendering:
Region rendering allows just a portion of the image to be rendered.

You can set it in the inifile (see Render Region section)
or you can set it in renderer_settings xml element like so:

Code:
<render_region>
   <x1>0</x1>
   <y1>5</y1>
   <x2>500</x2>
   <y2>50</y2>
</render_region>


All pixels (x, y) such that x1 <= x < x2 and y1 <= y < y2 will be rendered.

The output will be saved to a RGBA png with 0 alpha component in non-render-region area.

Configurable filtering

splat filter
The filter used for splatting samples onto the image buffer can be set with the "splat_filter" setting in the inifile, or like so in renderer_settings:

Code:
<splat_filter>
   <mn_cubic/>       
</splat_filter>


Possible filters are:

gaussian - the old Indigo filter, a Gaussian, sharp but has some aliasing.
box - fast + dirty box filter. Don't use for production, causes bad aliasing. Included for reference only.
mn_cubic - Mitchell Netravali cubic filter (B=C=1/3). good anti-aliasing. Has negative lobe which can cause ringing which some people may not like. Not quite as sharp as Gaussian. I would recommend this filter instead of Gaussian due to the better anti-aliasing.


downsize filter
The filter used when downsizing a supersampled image to the final resolution. Only used when supersample_factor > 1

Can be set with the "downsize_filter" setting in the inifile, or like so in renderer_settings:

Code:
<downsize_filter>
   <mn_cubic/>
</downsize_filter>


Possible filters are:

box - Box filter. Sharp but may cause aliasing in some cases

mn_cubic - Mitchell Netravali cubic filter.


Last edited by OnoSendai on Wed Jan 30, 2008 6:09 pm, edited 9 times in total.

 Profile  
 
Offline
User avatar
Developer
WOO! thanks Ono! :D :D

can you explain the *_filter options please? edit: thanks!


Last edited by dougal2 on Wed Jan 16, 2008 5:25 am, edited 1 time in total.

 Profile  
 
Offline
User avatar
SECOND!!! :wink: :roll:

EDIT: D'oh, you edited at the same time as me, answering my question. :lol: I'll go back to what I said the first time:

Region rendering??? :shock:

_________________
From uncyclopedia.org, on "Elephant's Dream":

"The choice of the title is highly significant, because while the movie does not feature any elephants nor dreams, no one understands what happens anyway."


 Profile  
 
Offline
User avatar
Winner
Image

_________________
"The sleeper must awaken"


 Profile  
 
Offline
Cheers Ono. You hit the ground running!

_________________
http://www.bertrand-benoit.com


 Profile  
 
Offline
Thanks Ono.

Region rendering? Awesome.


 Profile  
 
Offline
User avatar
YAY! :D


 Profile  
 
Offline
User avatar
Developer
Thanks Ono!


 Profile  
 
Offline
User avatar
Developer
Cool, thanks!


 Profile  
 
Offline
User avatar
+1 !


 Profile  
 
Offline
User avatar
Indigo 100
Gonna test the render region very soon: soooo important to me!! :D
THANK YOU A LOT, REALLY, Ono!!


 Profile  
 
Offline
User avatar
SMARVELLOUS... thanks Ono :D

_________________
The hardest part of BEING yourself is FINDING yourself in the first place...
http://thebigdavec.googlepages.com


 Profile  
 
Offline
User avatar
Thanks, thanks, thanks a lot.


 Profile  
 
Offline
Sweet!! thanks!!!


 Profile  
 
Offline
User avatar
Winner
Ohhh.... so nice!

Will have to spend some time tonight testing this new shiny stuff :D

Maybe someone could explain (or link to an explanation) "splat filter".
I'm also interested about the --pack option... is this for network rendering?!

Thanks for your great work Ono!!!

_________________
C4D User - My Portfolio
iMac 2x2.8Ghz on Vista64 & AMD 4x3.0Ghz


 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 68 posts ]  Go to page 1, 2, 3, 4, 5  Next



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group