|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Modelled and rendered in Pov-Ray 3.5 Beta 2. With this render I suddenly see a
lot of stupid mistakes that I didn't see previously when doing small renders.
The mirror definitely needs some work, something went wrong with the CSG there.
I'm not quite sure why the rear light looks strange, I'll have to check it out.
I used a cell normal on the front lights and hexagon normal on the rear lights,
but that doesn't seem to work, I think it'll have to be CSG. I've still got to
do the doors and panels and the wiper. I've done the log, but it's not
positioned yet. I tried this one with radiosity just to see what it looks like.
Peak memory used: 16209234 bytes
----------------------------------------------------------------------------
Time For Parse: 0 hours 0 minutes 8.0 seconds (8 seconds)
Time For Trace: 14 hours 48 minutes 21.0 seconds (53301 seconds)
Total Time: 14 hours 48 minutes 29.0 seconds (53309 seconds)
Comments and suggestions welcome.
--
- Nekar
Post a reply to this message
Attachments:
Download 'Car 3-5.jpg' (77 KB)
Preview of image 'Car 3-5.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Lookin' good!
Gary
Nekar Xenos <j-p### [at] citywalkcoza> wrote in message
news:3bb01ed1@news.povray.org...
> Modelled and rendered in Pov-Ray 3.5 Beta 2. With this render I suddenly
see a
> lot of stupid mistakes that I didn't see previously when doing small
renders.
> The mirror definitely needs some work, something went wrong with the CSG
there.
> I'm not quite sure why the rear light looks strange, I'll have to check it
out.
> I used a cell normal on the front lights and hexagon normal on the rear
lights,
> but that doesn't seem to work, I think it'll have to be CSG. I've still
got to
> do the doors and panels and the wiper. I've done the log, but it's not
> positioned yet. I tried this one with radiosity just to see what it looks
like.
>
> Peak memory used: 16209234 bytes
> --------------------------------------------------------------------------
--
> Time For Parse: 0 hours 0 minutes 8.0 seconds (8 seconds)
> Time For Trace: 14 hours 48 minutes 21.0 seconds (53301 seconds)
> Total Time: 14 hours 48 minutes 29.0 seconds (53309 seconds)
>
> Comments and suggestions welcome.
>
> --
> - Nekar
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Maybe try the facets normal pattern in 3.5 with the 'size' method (See
6.7.11.13 Facets in the docs). It gives quite a good normal patern. Only
problem is that the facets are somewhat randomly shaped.
-tgq
--
camera{location z*13look_at 0}light_source{15 15looks_like{sphere{0 10
}pigment{rgb 1}finish{ambient 15}}}union{torus{3,0.5rotate x*90}cone{y
*4,.5,-y*8,0}cone{-x*4,.5,x*8,0}pigment{rgb<.7,.6,.4>}finish{ambient 0
diffuse 0reflection{1fresnel on metallic 1}}interior{ior 25}rotate 15}
plane{y,-7pigment{checker rgb 0rgb 1scale 4}finish{diffuse.1}}// TGQ
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Very nice
> I'm not quite sure why the rear light looks strange
Maybe bacause it's larger then the front light...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Fantastic...you probably said this in one of the previous postings, but how
did you create these? Blobs? An external modeller? plain old CSG? Once
again, great work...I would buy one of those tomorrow:-)
"Nekar Xenos" <j-p### [at] citywalkcoza> wrote in message
news:3bb01ed1@news.povray.org...
> Modelled and rendered in Pov-Ray 3.5 Beta 2. With this render I suddenly
see a
> lot of stupid mistakes that I didn't see previously when doing small
renders.
> The mirror definitely needs some work, something went wrong with the CSG
there.
> I'm not quite sure why the rear light looks strange, I'll have to check it
out.
> I used a cell normal on the front lights and hexagon normal on the rear
lights,
> but that doesn't seem to work, I think it'll have to be CSG. I've still
got to
> do the doors and panels and the wiper. I've done the log, but it's not
> positioned yet. I tried this one with radiosity just to see what it looks
like.
>
> Peak memory used: 16209234 bytes
> --------------------------------------------------------------------------
--
> Time For Parse: 0 hours 0 minutes 8.0 seconds (8 seconds)
> Time For Trace: 14 hours 48 minutes 21.0 seconds (53301 seconds)
> Total Time: 14 hours 48 minutes 29.0 seconds (53309 seconds)
>
> Comments and suggestions welcome.
>
> --
> - Nekar
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nekar Xenos wrote:
> Modelled and rendered in Pov-Ray 3.5 Beta 2. With this render I suddenly see a
> lot of stupid mistakes that I didn't see previously when doing small renders.
> The mirror definitely needs some work, something went wrong with the CSG there.
> I'm not quite sure why the rear light looks strange, I'll have to check it out.
> I used a cell normal on the front lights and hexagon normal on the rear lights,
> but that doesn't seem to work, I think it'll have to be CSG. I've still got to
> do the doors and panels and the wiper. I've done the log, but it's not
> positioned yet. I tried this one with radiosity just to see what it looks like.
>
> Peak memory used: 16209234 bytes
> ----------------------------------------------------------------------------
> Time For Parse: 0 hours 0 minutes 8.0 seconds (8 seconds)
> Time For Trace: 14 hours 48 minutes 21.0 seconds (53301 seconds)
> Total Time: 14 hours 48 minutes 29.0 seconds (53309 seconds)
>
> Comments and suggestions welcome.
Very nice.
Is this what you meant by CSG problems? it looks like the car body is
going through the wheel. And there's also something strange where the
door panel meets the wheel well.
As a side note, although you are allowed to do as you wish, the front
wheel wells should cover the top of the wheel completely to minimise
aerodynamic resistence.
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{location<6,1.25,-6>look_at a orthographic}
Post a reply to this message
Attachments:
Download 'car 3-5 detail.jpg' (4 KB)
Preview of image 'car 3-5 detail.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"John Albarelli" <joh### [at] smithandmahoneycom> wrote in message
news:3bb07768@news.povray.org...
> Fantastic...you probably said this in one of the previous postings, but how
> did you create these? Blobs? An external modeller? plain old CSG? Once
> again, great work...I would buy one of those tomorrow:-)
>
>
> "Nekar Xenos" <j-p### [at] citywalkcoza> wrote in message
> news:3bb01ed1@news.povray.org...
> > Modelled and rendered in Pov-Ray 3.5 Beta 2. <<=
Missed this sentence? =)
It's all blobs and CSG. Only Pov-Ray was used. Oh ok, I used Corel PhotoPaint to
export to .jpg ;)
If you had the money, I could probably find someone willing to build it =)
Thanks,
- Nekar
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Aaagh! I've just gone through my sent items and realised that I accidently
answered directly to you with at least two posts. Sorry about that. I've fixed
up the mirror. BTW that 'CSG problem' kept me very busy on a wild goose chase;
it's just a reflection. Fixed it with a black pigment.
Regards
- Nekar
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|