To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / 1974
1973  |  1975
Subject: 
Re: LDraw Radiosity files version 2.3
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 4 Sep 2003 07:16:13 GMT
Viewed: 
1858 times
  
Hi

I suggest that focal blur settings should be inlined into the project.

http://www.brickshelf.com/cgi-bin/gallery.cgi?f=55140

For example:

into the camera settings of the original pov file:

#if (FOCAL_BLUR_SWITCH)    focal_point  <XX,YY,ZZ>    //You have to set it
    aperture (APT)
    blur_samples (BLUS)
#end



into ZZ - LDRAW Radiosity v2.XX.txt


// Focal_Blur_Switch
//
// 0 = Focal_Blur Off [default]
// 1 = Focal_Blur On

#declare FOCAL_BLUR_SWITCH = 0;

// Focal_Blur
//
// 1 = Normal [default]
// 2 = High
// 3 = Own

#declare FOCAL_BLUR = 1;



into ldraw_radiosity.inc


#if (FOCAL_BLUR=1)

#declare APT = 18;
#declare BLUS = 20;

#end

#if (FOCAL_BLUR=2)

#declare APT = 18;
#declare BLUS = 60;

#end

#if (FOCAL_BLUR=3)

#declare APT = your own;
#declare BLUS = your own;

#end


MiC



Message is in Reply To:
  LDraw Radiosity files version 2.3
 
Hi all, The LDraw Radiosity files have been updated to version 2.3. Thanks to Willy Tschager for pointing out the missing max_trace_level. You can download the file on the site (www.digitalbricks.nl) but there is no how-to yet. Please read the (...) (21 years ago, 27-Aug-03, to lugnet.cad.ray)

5 Messages in This Thread:


Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR