|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This is the full thing....
regards
SY
Post a reply to this message
Attachments:
Download 'test4.jpg' (64 KB)
Preview of image 'test4.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> This is the full thing....
> regards
nice modelling!
But... (always a but...)
One thing that's been bothering me with all your fern-images, is the lighting...
The shadows are too dark.
Try something like this:
//begin
#declaren main_light_location=<insert location here>;
light_source {
main_light_location
rgb 1
}
light_source {
main_light_location
rgb <.5,.4,.3>
shadowless
}
light_source {
-main_light_location
rgb <.4,.5,.9>
shadowless
}
//end
cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x) // ZK http://www.povplace.be.tf
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I'd buy that.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
> nice modelling!
Thanks.
> But... (always a but...)
I expected that :-)
> One thing that's been bothering me with all your fern-images, is the
lighting...
> The shadows are too dark.
Yep. Pretty hard shadows since I haven't set up radiosity yet and don't use
any ambient at all. (Speed reasons, at least for the radiosity stuff). The
last image uses a area light (but only 3 x 3).
> Try something like this:
Ok, I'll try this as well. Since I have the fern as a file (116MB) it is
parsed within 6 minutes :-))
thanks for feedback,
regards
SY
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Ok, I'll try this as well. Since I have the fern as a file (116MB) it is
> parsed within 6 minutes :-))
Gosh!! :o) Well, pardon me if I missed something in previous threads but
wouldn't it be a good idea to reuse some leafs? I know you have coded a
good way to control details, but 116 MB is still .... *raise eyebrows* :o)
But good work!
Regards,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
this is the result with your lighting. I had to remove the background plane
since it would have blocked the backlight.
Looks a bit washed out IMHO.
Next test will be with radiosity.
regards
SY
Post a reply to this message
Attachments:
Download 'test5.jpg' (60 KB)
Preview of image 'test5.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Gosh!! :o) Well, pardon me if I missed something in previous threads but
> wouldn't it be a good idea to reuse some leafs? I know you have coded a
Hmmm. Hardly. The whole fern is a single mesh. Doesn't help to reuse
triangles, at least you have to move them to their proper place *gg*
> good way to control details, but 116 MB is still .... *raise eyebrows*
:o)
Well... it is large of course. On the other hand: the LOD settings are quite
young and not yet properly arranged. Additionally the number of triangles
per leaf isn't set up correctly yet. I think I can cut down the file size to
the half without loosing details (in the front).
And: don't forget that the main wings are 50cm in length and have more than
80 leaves each!
> But good work!
Thanks. As you know: it took long enough.
regards
SY
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Hi,
>
> this is the result with your lighting. I had to remove the background plane
> since it would have blocked the backlight.
no it wouldn't... it's a shadowless light_source, it doens't get blocked :)
> Looks a bit washed out IMHO.
I like it!
> Next test will be with radiosity.
Will be much slower and the results won't be much different I think...
cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x) // ZK http://www.povplace.be.tf
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It's fantastic. Keep up the great work.
Cheers!
Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
> > since it would have blocked the backlight.
> no it wouldn't... it's a shadowless light_source, it doens't get blocked
:)
Aha? I must admit that I use shadowless lights rather seldom (not really
realistic). I thought it just doesn't cast shadows but can be hidden by
other objects. I didn't know that it shines -through- objects.... funny.
> > Looks a bit washed out IMHO.
> I like it!
It's yours ;-)
> > Next test will be with radiosity.
> Will be much slower and the results won't be much different I think...
Slower for sure.
What I can see up to now (1/3rd) doesn't really differ from your
version.....
regards
SY
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|