From: Thomas de Groot
Subject: Re: new doc image files
Date: 26 Apr 2011 04:12:01
Message: <4db67e51@news.povray.org>
Here are the files for the two pigeons.
Usage:
#include "TwoPigeons_POV_geom.inc"
#declare Pigeons =
object {TwoPigeons_
scale myscale
rotate myrotate*y
translate mytranslate
}
Thomas
From: Jim Holsenback
Subject: Re: new doc image files
Date: 26 Apr 2011 15:03:25
Message: <4db716fd$1@news.povray.org>
On 04/26/2011 05:11 AM, Thomas de Groot wrote:
> Here are the files for the two pigeons.>> Usage:> #include "TwoPigeons_POV_geom.inc"> #declare Pigeons => object {TwoPigeons_> scale myscale> rotate myrotate*y> translate mytranslate> }>>> Thomas>>
Thomas,
I'm having some difficulty with this one ... povray parses it just fine
and renders but I see no object. I looked the include file to try to
make a reasonable guess at the scaling but still nothing. I imported the
geometry file into Poseray and in the preview all is see is flat outline
shapes ... I pulled in the material include file and see the jpg images
cut to the uv map. I think all the pieces are there ... what am I doing
wrong?
Jim
On 26/04/2011 8:03 PM, Jim Holsenback wrote:
>> I'm having some difficulty with this one ... povray parses it just fine> and renders but I see no object. I looked the include file to try to> make a reasonable guess at the scaling but still nothing. I imported the> geometry file into Poseray and in the preview all is see is flat outline> shapes ... I pulled in the material include file and see the jpg images> cut to the uv map. I think all the pieces are there ... what am I doing> wrong?
I've not looked at the code but have you called the object?
object {Pigeons }
The scale might be too small as well.
--
Regards
Stephen
From: Jim Holsenback
Subject: Re: new doc image files
Date: 26 Apr 2011 19:26:38
Message: <4db754ae$1@news.povray.org>
On 04/26/2011 06:54 PM, Stephen wrote:
> On 26/04/2011 8:03 PM, Jim Holsenback wrote:>>>> I'm having some difficulty with this one ... povray parses it just fine>> and renders but I see no object. I looked the include file to try to>> make a reasonable guess at the scaling but still nothing. I imported the>> geometry file into Poseray and in the preview all is see is flat outline>> shapes ... I pulled in the material include file and see the jpg images>> cut to the uv map. I think all the pieces are there ... what am I doing>> wrong?>>> I've not looked at the code but have you called the object?
lol ... hope no one reads this NG (hangs head and walks away)
On 27/04/2011 12:26 AM, Jim Holsenback wrote:
>> I've not looked at the code but have you called the object?>> lol ... hope no one reads this NG (hangs head and walks away)
:-P
--
Regards
Stephen
From: Thomas de Groot
Subject: Re: new doc image files
Date: 30 Apr 2011 03:27:10
Message: <4dbbb9ce$1@news.povray.org>
"Jim Holsenback" <jho### [at] povrayorg> schreef in bericht
news:4db754ae$1@news.povray.org...
> lol ... hope no one reads this NG (hangs head and walks away)
tut, tut.... :-)
I forgot to come back to this ng, so I found your *problem* just now.... One
of those things that would happen to me too ;-)
Thomas