POV-Ray : Newsgroups : povray.general : Chief Architect-2 Server Time
2 Aug 2024 00:17:07 EDT (-0400)
  Chief Architect-2 (Message 1 to 4 of 4)  
From: A-Design
Subject: Chief Architect-2
Date: 29 Mar 2005 18:06:14
Message: <4249df66$1@news.povray.org>
How do I suppose to define the following items in POVRAY:

1-Radiosity parameters
2-Daytime or night time.
3-Using the soft shadows.
4-Anti-Aliasing parameters.
5-Diffuse sunlight.
6- Direct sunlight.

Thanks.
A-Design


Post a reply to this message

From: Alain
Subject: Re: Chief Architect-2
Date: 29 Mar 2005 19:43:13
Message: <4249f621$1@news.povray.org>
A-Design nous apporta ses lumieres en ce 2005-03-29 18:06:
> How do I suppose to define the following items in POVRAY:
> 
> 1-Radiosity parameters
With a radiosity block in the global_settings block. 3.3.4
The simplest:global_settings{radiosity{}}
> 2-Daytime or night time.
Adjust the position and intencity of your light(s). Take a look at lightsys.inc
> 3-Using the soft shadows.
area_light 3.4.7.5
in the light_source deffinition, add
area_light x*VAL, z*VAL, XSamples, ZSamples adaptive 0 circular orient
VAL define the extent of the light
Samples define how many subelements along each axix
adaptive prevent the use of all samples when not needed, gaining speed. change if you
get artefacts.
circular make the light a circle (otherwize, it's square)
orient ensure that it's always properly oriented
> 4-Anti-Aliasing parameters.
quick starting point: +a0.3	3.1.2.8.4
> 5-Diffuse sunlight.
use radiosity and maybe some scathering media	3.6.2
> 6- Direct sunlight.
anything directly lighted by the light acting as the sun
> 
> Thanks.
> A-Design 
> 
> 
The numbers relate to the documentation.

Alain


Post a reply to this message

From: POVRAY
Subject: Re: Chief Architect-2
Date: 30 Mar 2005 03:41:42
Message: <424a6646$1@news.povray.org>
Thanks Alain.


"Alain" <ele### [at] netscapenet> wrote in message 
news:4249f621$1@news.povray.org...
> A-Design nous apporta ses lumieres en ce 2005-03-29 18:06:
>> How do I suppose to define the following items in POVRAY:
>>
>> 1-Radiosity parameters
> With a radiosity block in the global_settings block. 3.3.4
> The simplest:global_settings{radiosity{}}
>> 2-Daytime or night time.
> Adjust the position and intencity of your light(s). Take a look at 
> lightsys.inc
>> 3-Using the soft shadows.
> area_light 3.4.7.5
> in the light_source deffinition, add
> area_light x*VAL, z*VAL, XSamples, ZSamples adaptive 0 circular orient
> VAL define the extent of the light
> Samples define how many subelements along each axix
> adaptive prevent the use of all samples when not needed, gaining speed. 
> change if you get artefacts.
> circular make the light a circle (otherwize, it's square)
> orient ensure that it's always properly oriented
>> 4-Anti-Aliasing parameters.
> quick starting point: +a0.3 3.1.2.8.4
>> 5-Diffuse sunlight.
> use radiosity and maybe some scathering media 3.6.2
>> 6- Direct sunlight.
> anything directly lighted by the light acting as the sun
>>
>> Thanks.
>> A-Design
> The numbers relate to the documentation.
>
> Alain


Post a reply to this message

From: POVRAY
Subject: Re: Chief Architect-2
Date: 19 Apr 2005 01:09:20
Message: <42649280$1@news.povray.org>
Thank you Alain.

"Alain" <ele### [at] netscapenet> wrote in message 
news:4249f621$1@news.povray.org...
> A-Design nous apporta ses lumieres en ce 2005-03-29 18:06:
>> How do I suppose to define the following items in POVRAY:
>>
>> 1-Radiosity parameters
> With a radiosity block in the global_settings block. 3.3.4
> The simplest:global_settings{radiosity{}}
>> 2-Daytime or night time.
> Adjust the position and intencity of your light(s). Take a look at 
> lightsys.inc
>> 3-Using the soft shadows.
> area_light 3.4.7.5
> in the light_source deffinition, add
> area_light x*VAL, z*VAL, XSamples, ZSamples adaptive 0 circular orient
> VAL define the extent of the light
> Samples define how many subelements along each axix
> adaptive prevent the use of all samples when not needed, gaining speed. 
> change if you get artefacts.
> circular make the light a circle (otherwize, it's square)
> orient ensure that it's always properly oriented
>> 4-Anti-Aliasing parameters.
> quick starting point: +a0.3 3.1.2.8.4
>> 5-Diffuse sunlight.
> use radiosity and maybe some scathering media 3.6.2
>> 6- Direct sunlight.
> anything directly lighted by the light acting as the sun
>>
>> Thanks.
>> A-Design
> The numbers relate to the documentation.
>
> Alain


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.