POV-Ray : Newsgroups : povray.binaries.images : Secret Passage WIP (TINA CHeP) Server Time
17 Jul 2025 06:23:05 EDT (-0400)
  Secret Passage WIP (TINA CHeP) (Message 61 to 70 of 106)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Stephen
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 06:02:28
Message: <54535e34$1@news.povray.org>
On 30/10/2014 12:14, Thomas de Groot wrote:
>>>
>>
>> The way of the world. :-)
>> Recently I transferred all of my PovRay and Poser files from an old
>> machine to a new one. It took all night via WiFi. Now I have to do it
>> again to a desktop machine.
>> BTW Did you know that it is possible to type with your elbows?
>> Another non-standard typing method I have come across is typing with
>> your thumb and first two or three fingers pressed together for strength.
>> I noticed this when I worked for a newspaper. The "ex-hot metal"
>> compositors typed like that.
>>
> Lol! I didn't know that! It reminds me of carillon playing: with fists.

Yes just like that. Hot metal typesetting was a mechanical process 
requiring a lot of force.

> I have a cousin-in-law who is a professional player and he sometimes
> uses his elbows too :-) Never tried it myself on a keyboard though ;-)
>

Well to be honest. It was not a standard keyboard. It was a hand built 
ruggedised one and the keys were slightly further apart than on a normal 
computer keyboard.


-- 

Regards
     Stephen


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 11:50:01
Message: <web.5453aeebcbb3d8155e7df57c0@news.povray.org>
Found it.
Parameter (l)user_error was set to "ON".   :\

Reading too fast, seeing what I wanted to see, and missing a translate
directive.
(This isn't the first time I've aborted a post because in the middle of trying
to explain what the problem, the error and bleedingly obvious solution jumped
out of the screen and gave my grey matter a good swift kick in the medulla
oblongata...)

Any quick-start tips on dealing with filtered light?
The red I had was WAY too red, maybe the yellow I'm trying now has potential is
I get the filter value right.
I'd like some sort of glow to emanate from the center of the cones without
blasting the rest of the scene with light.
I'm guessing that with radiosity turned on, I need EMISSION in the finish{}
block.


Post a reply to this message

From: Alain
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 13:36:27
Message: <5453c89b$1@news.povray.org>

> I'm having trouble with getting anything to happen with the ceiling lamps.
>
> I commented out the central worklight and  I added a point light source to each
> of the fixtures - making 6 - and the scene was VERY dark, but took 16 times as
> long to render.   So it seems that POV-Ray recognizes the presence of the
> light_sources but no light illuminates my scene.
>
> Is there a known issue with including a light_source in an object definition and
> then invoking the object {} in the scene?
>

Looks like your shades may not let the light pass through, or maybe the 
lights are accidently located inside an opaque part of your fixtures.

You must make sure that the shades have a good bit of transparency. Be 
sure that max_trace_level is set high enough. In doubt, increase it by 5.

When using radiosity, backside illumination is also good. Just make sure 
that you increase recursion_limit by 1 in that case.


Post a reply to this message

From: Alain
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 13:40:44
Message: <5453c99c$1@news.povray.org>

> Found it.
> Parameter (l)user_error was set to "ON".   :\
>
> Reading too fast, seeing what I wanted to see, and missing a translate
> directive.
> (This isn't the first time I've aborted a post because in the middle of trying
> to explain what the problem, the error and bleedingly obvious solution jumped
> out of the screen and gave my grey matter a good swift kick in the medulla
> oblongata...)
>
> Any quick-start tips on dealing with filtered light?
> The red I had was WAY too red, maybe the yellow I'm trying now has potential is
> I get the filter value right.
> I'd like some sort of glow to emanate from the center of the cones without
> blasting the rest of the scene with light.
> I'm guessing that with radiosity turned on, I need EMISSION in the finish{}
> block.
>
>
>
Yes, with radiosity ambient is turned OFF and you need emission to make 
something glow.

As for filtered light, trial and error untill you get wat you want... 
Also, work with the actual colour of your lights.


Post a reply to this message

From: Stephen
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 13:52:04
Message: <5453cc44$1@news.povray.org>
On 31/10/2014 15:46, Bald Eagle wrote:
> Found it.
> Parameter (l)user_error was set to "ON".   :\
>
Please tell me how to disable that. :-)

> Reading too fast, seeing what I wanted to see, and missing a translate
> directive.
> (This isn't the first time I've aborted a post because in the middle of trying
> to explain what the problem, the error and bleedingly obvious solution jumped
> out of the screen and gave my grey matter a good swift kick in the medulla
> oblongata...)
>

Great, is it not?
One of the best methods of fault finding (trouble shooting, for those 
west of the Western Isles) is to explain the problem, out loud. It often 
becomes clear. :-D

> Any quick-start tips on dealing with filtered light?
> The red I had was WAY too red, maybe the yellow I'm trying now has potential is
> I get the filter value right.
> I'd like some sort of glow to emanate from the center of the cones without
> blasting the rest of the scene with light.
> I'm guessing that with radiosity turned on, I need EMISSION in the finish{}
> block.
>
>
>
As Alain said. :-)

-- 

Regards
     Stephen


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 15:45:00
Message: <web.5453e5a1cbb3d8155e7df57c0@news.povray.org>
Alain <kua### [at] videotronca> wrote:
> Looks like your shades may not let the light pass through, or maybe the
> lights are accidently located inside an opaque part of your fixtures.

I have the point light sources moved to the proper positions now, what I need to
do is give the impression that there is actually a light THERE - not necessarily
a filament, but that radiating glow that emanates out through the glass.
My knee-jerk reaction is to incorporate media...

> You must make sure that the shades have a good bit of transparency. Be
> sure that max_trace_level is set high enough. In doubt, increase it by 5.

Plenty of transparency, and for the moment I'm using that in lieu of filter.


Off to make adjustments and render it out again...


Post a reply to this message

From: Cousin Ricky
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 16:20:02
Message: <web.5453ed98cbb3d815192ae5f10@news.povray.org>
Stephen <mca### [at] aolcom> wrote:
> One of the best methods of fault finding (trouble shooting, for those
> west of the Western Isles) is to explain the problem, out loud. It often
> becomes clear. :-D

I'm glad you clarified the terminology.  "Fault finding" has a pejorative
connotation on this side of the pond.  (The trouble with us sharing a universal
language is that it ain't so universal.)


Post a reply to this message

From: Stephen
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 16:42:35
Message: <5453f43b$1@news.povray.org>
On 31/10/2014 20:14, Cousin Ricky wrote:
> Stephen <mca### [at] aolcom> wrote:
>> One of the best methods of fault finding (trouble shooting, for those
>> west of the Western Isles) is to explain the problem, out loud. It often
>> becomes clear. :-D
>
> I'm glad you clarified the terminology.  "Fault finding" has a pejorative
> connotation on this side of the pond.  (The trouble with us sharing a universal
> language is that it ain't so universal.)
>
>
I know, I had that discussion with Darren New, if you remember him, a 
few years ago. In Britain "Fault finding" in the technical sense does 
not mean apportioning blame. But just finding the fault. In the sense 
that you know. We would say "finding fault (with)".

As George Bernard Shaw said. "England and America are two countries 
separated by a common language."

-- 

Regards
     Stephen


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 31 Oct 2014 20:20:01
Message: <web.545426c7cbb3d8155e7df57c0@news.povray.org>
Stephen <mca### [at] aolcom> wrote:

> As George Bernard Shaw said. "England and America are two countries
> separated by a common language."

And whose fault is that?  Huh?


:D


Post a reply to this message

From: Thomas de Groot
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 1 Nov 2014 04:31:52
Message: <54549a78$1@news.povray.org>
On 1-11-2014 1:18, Bald Eagle wrote:
> Stephen <mca### [at] aolcom> wrote:
>
>> As George Bernard Shaw said. "England and America are two countries
>> separated by a common language."
>
> And whose fault is that?  Huh?
>

Well, as a geologist I would say, the fault running through the middle 
of the Atlantic Ocean ;-)

Thomas


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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