POV-Ray : Newsgroups : povray.binaries.images : The Core (WiP, v2) Server Time
11 Aug 2024 13:18:36 EDT (-0400)
  The Core (WiP, v2) (Message 1 to 10 of 16)  
Goto Latest 10 Messages Next 6 Messages >>>
From: Steven Pigeon
Subject: The Core (WiP, v2)
Date: 19 Apr 2004 18:58:04
Message: <4084597c@news.povray.org>
--
Steven Pigeon, Ph. D.
pig### [at] iroumontrealca


Post a reply to this message


Attachments:
Download 'TheCore_03.png' (532 KB)

Preview of image 'TheCore_03.png'
TheCore_03.png


 

From: Felbrigg
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 04:33:02
Message: <4084e03e$1@news.povray.org>
Whats the white spot on the floor?


Post a reply to this message

From: andrel
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 04:41:07
Message: <4084E20F.8000500@hotmail.com>
I think it is a reflection of one of the spots
and Steven has one finish for the tiles and the
stuf in between (whatever that is called in English).

Felbrigg wrote:
> Whats the white spot on the floor?
> 
>


Post a reply to this message

From: Steven Pigeon
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 09:09:04
Message: <408520f0$1@news.povray.org>
Yes, one finish. It's a WIP... things will be
better eventually.

How do I boost constrast in a scene ? (besides
post-processing ?)


"andrel" <a_l### [at] hotmailcom> wrote in message
news:408### [at] hotmailcom...
> I think it is a reflection of one of the spots
> and Steven has one finish for the tiles and the
> stuf in between (whatever that is called in English).
>
> Felbrigg wrote:
> > Whats the white spot on the floor?
> >
> >
>


Post a reply to this message

From: andrel
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 09:37:20
Message: <4085277B.9030102@hotmail.com>
Steven Pigeon wrote:
> Yes, one finish. It's a WIP... things will be
> better eventually.
They always will.
> 
> How do I boost constrast in a scene ? (besides
> post-processing ?
In ray tracing usually with objects and lights.
Talking about lights, you have one row of lights
over a couple of you machines and another row at
the end of the room, illuminating nothing really.
IRL light are normally used to provide light for
human beings to see what they are doing.
In this room there are nearly no lights where they
would be useful. If you move the lights more to the
center of the scene and add a table (perhaps even
a table tennis or snooker table ;) ) or something
else in the middle you might get more 'contrast'
in the scene (for one meaning of contrast).

> 
> "andrel" <a_l### [at] hotmailcom> wrote in message
> news:408### [at] hotmailcom...
> 
>>I think it is a reflection of one of the spots
>>and Steven has one finish for the tiles and the
>>stuf in between (whatever that is called in English).
>>
>>Felbrigg wrote:
>>
>>>Whats the white spot on the floor?


Post a reply to this message

From: Steven Pigeon
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 13:23:23
Message: <40855c8b$1@news.povray.org>
> IRL light are normally used to provide light for
> human beings to see what they are doing.


lamp pointed at the ceiling and get a nice diffuse lighting
for the room. That's what I tried to get.

> else in the middle you might get more 'contrast'
> in the scene (for one meaning of contrast).

May try this...

Best,

    S.


Post a reply to this message

From: Samuel Benge
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 15:10:06
Message: <40857539.2090906@hotmail.com>
Steven Pigeon wrote:

> Yes, one finish. It's a WIP... things will be
> better eventually.
> 
> How do I boost constrast in a scene ? (besides
> post-processing ?)
> 

Steven,

The easiest way to increase the contrast in a scene is to put this 
around your camera:
sphere{<0,0,0>,1 pigment{rgbt<1,1,1,1.5>}}

It might help to bring the assumed_gamma down to 1.0 in global_settings.

Try these changes with radiosity to really see a difference. Hope this 
helps~

-Samuel Benge


Post a reply to this message

From: Dan P
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 21:44:17
Message: <4085d1f1$1@news.povray.org>
Samuel Benge wrote:

<snip question from Steven Pigeon />

> The easiest way to increase the contrast in a scene is to put this 
> around your camera:
> sphere{<0,0,0>,1 pigment{rgbt<1,1,1,1.5>}}
> 
> It might help to bring the assumed_gamma down to 1.0 in global_settings.
 >
> Try these changes with radiosity to really see a difference. Hope this 
> helps~

Hey, that's a GREAT IDEA, Putting something around the camera to get 
unique effects. You've opened a new line of thinking for me! Thanks for 
the suggestion!!!
-- 
Respectfully,
Dan P
http://<broken link>


Post a reply to this message

From: Samuel Benge
Subject: Re: The Core (WiP, v2)
Date: 20 Apr 2004 23:34:04
Message: <4085EB58.1090003@hotmail.com>
Dan P wrote:

> Samuel Benge wrote:
> 
> <snip question from Steven Pigeon />
> 
>> The easiest way to increase the contrast in a scene is to put this 
>> around your camera:
>> sphere{<0,0,0>,1 pigment{rgbt<1,1,1,1.5>}}
> 
> Hey, that's a GREAT IDEA, Putting something around the camera to get 
> unique effects. You've opened a new line of thinking for me! Thanks for 
> the suggestion!!!

It's not my idea. Plus, the idea to max out the transmit value came from 
the POV docs.

-Samuel Benge


Post a reply to this message

From: Christopher James Huff
Subject: Re: The Core (WiP, v2)
Date: 21 Apr 2004 09:00:05
Message: <cjameshuff-2A6290.09011421042004@news.povray.org>
In article <408520f0$1@news.povray.org>,
 "Steven Pigeon" <pig### [at] iroumontrealca> wrote:

> How do I boost constrast in a scene ? (besides
> post-processing ?)

Make sure ambient is 0 in all textures that aren't supposed to be 
glowing. It's easiest to set this with the #default directive, though 
you have to watch out for any textures that define non-0 ambient values. 
(such as most of the textures in the include files)
Then use radiosity for indirect lighting.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: <chr### [at] tagpovrayorg>
http://tag.povray.org/


Post a reply to this message

Goto Latest 10 Messages Next 6 Messages >>>

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