POV-Ray : Newsgroups : povray.binaries.images : Building facades (conclusion) Server Time
10 Aug 2024 07:20:25 EDT (-0400)
  Building facades (conclusion) (Message 1 to 7 of 7)  
From: StDunstan
Subject: Building facades (conclusion)
Date: 3 Sep 2004 06:25:00
Message: <web.4138455d24df49d5d99800df0@news.povray.org>
As conclusion just an image showing the result in a scene.

The cobbled pavement and buildings are five simple boxes,

The clock is all macro to place properly the numbers, graduations and
needles upon a <h,m,s> vector


Post a reply to this message


Attachments:
Download 'clkfacades.jpg' (267 KB)

Preview of image 'clkfacades.jpg'
clkfacades.jpg


 

From: Oleguer Vilella
Subject: Re: Building facades (conclusion)
Date: 3 Sep 2004 07:27:45
Message: <41385531@news.povray.org>
That's very good!!!!!

How did you do the clock?


news:web.4138455d24df49d5d99800df0@news.povray.org...
> As conclusion just an image showing the result in a scene.
>
> The cobbled pavement and buildings are five simple boxes,
>
> The clock is all macro to place properly the numbers, graduations and
> needles upon a <h,m,s> vector
>
>


----------------------------------------------------------------------------
----


Post a reply to this message

From: Josh
Subject: Re: Building facades (conclusion)
Date: 3 Sep 2004 08:18:15
Message: <41386107$1@news.povray.org>
whey good


Post a reply to this message

From: StDunstan
Subject: Re: Building facades (conclusion)
Date: 3 Sep 2004 11:15:00
Message: <web.413889b49d4a91c9d99800df0@news.povray.org>
"Oleguer Vilella" <ole### [at] infonegociocom> wrote:
> That's very good!!!!!
>
> How did you do the clock?
>

Thanks for your comments ;)

The clock is made of several macros. I will put them on my website when
finished.

At first I wanted to have the needles of St Dunstan church's clock properly
set depending of the time and matching the lighting (which follow this time
using the macro sunpos.inc provided with povray).

Then I also made the macro to get the number and graduation at the right
place, have choice between Arabic or Roman numbers etc.

Currently, the number from (1 to 12) are stored in an array in Roman and
arabic with the necessary translation shift to get them centerd on the
middle.

But it is a bit stupid way as I only can use twelves numbers. So I cannot
use them to put number for tenth of seconds or any other circular
graduation for something else than hours.

So I am changing it to use the arabic to roman converter of David L. Kutzler
(http://objects.povworld.org/binaries/romannumbers.inc)

I found this in the documentation about text justification

**************************

9.1.1.7  How can I find the size of a text object?
"How can I find the size of a text object / center text / justify text?"

You can use the min_extent() and max_extent() functions (new in POV-Ray 3.5)
to get the corners of the bounding box of any object. While this is
sometimes not the actual size of the object, for text objects this should
be fairly accurate, enough to do alignment of the text object.

***************************

the whole set of macros will be havailable on my website when finished
(http://www.nedap.fr/stdunstan/index.htm). It is a starting web site so, for
now i just have here some links and in the technical topics the way i use
to get a lighting following the time of the day.


Post a reply to this message


Attachments:
Download '3vues.jpg' (186 KB)

Preview of image '3vues.jpg'
3vues.jpg


 

From: Jim Charter
Subject: Re: Building facades (conclusion)
Date: 3 Sep 2004 11:32:59
Message: <41388eab$1@news.povray.org>
StDunstan wrote:

> As conclusion just an image showing the result in a scene.
> 
> The cobbled pavement and buildings are five simple boxes,
>



Lovely!

if

religion = opiate of the masses

and so

draperies = opiate of painters

then

brickwork = opiate of raytracers


Post a reply to this message

From: Oleguer Vilella
Subject: Re: Building facades (conclusion)
Date: 4 Sep 2004 03:15:12
Message: <41396b80$1@news.povray.org>
Ok, thank you for the information.


news:web.413889b49d4a91c9d99800df0@news.povray.org...
> "Oleguer Vilella" <ole### [at] infonegociocom> wrote:
> > That's very good!!!!!
> >
> > How did you do the clock?
> >
>
> Thanks for your comments ;)
>
> The clock is made of several macros. I will put them on my website when
> finished.
>
> At first I wanted to have the needles of St Dunstan church's clock
properly
> set depending of the time and matching the lighting (which follow this
time
> using the macro sunpos.inc provided with povray).
>
> Then I also made the macro to get the number and graduation at the right
> place, have choice between Arabic or Roman numbers etc.
>
> Currently, the number from (1 to 12) are stored in an array in Roman and
> arabic with the necessary translation shift to get them centerd on the
> middle.
>
> But it is a bit stupid way as I only can use twelves numbers. So I cannot
> use them to put number for tenth of seconds or any other circular
> graduation for something else than hours.
>
> So I am changing it to use the arabic to roman converter of David L.
Kutzler
> (http://objects.povworld.org/binaries/romannumbers.inc)
>
> I found this in the documentation about text justification
>
> **************************
>
> 9.1.1.7  How can I find the size of a text object?
> "How can I find the size of a text object / center text / justify text?"
>
> You can use the min_extent() and max_extent() functions (new in POV-Ray
3.5)
> to get the corners of the bounding box of any object. While this is
> sometimes not the actual size of the object, for text objects this should
> be fairly accurate, enough to do alignment of the text object.
>
> ***************************
>
> the whole set of macros will be havailable on my website when finished
> (http://www.nedap.fr/stdunstan/index.htm). It is a starting web site so,
for
> now i just have here some links and in the technical topics the way i use
> to get a lighting following the time of the day.
>
>
>
>


----------------------------------------------------------------------------
----


Post a reply to this message

From: Stefan Viljoen
Subject: Re: Building facades (conclusion)
Date: 4 Sep 2004 03:31:54
Message: <41396f6a@news.povray.org>
StDunstan wrote:

> As conclusion just an image showing the result in a scene.
> 
> The cobbled pavement and buildings are five simple boxes,
> 
> The clock is all macro to place properly the numbers, graduations and
> needles upon a <h,m,s> vector

Hi 

What is your website url?

-- 
Stefan Viljoen
Software Support Technician
Polar Design Solutions


Post a reply to this message

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