|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
something I'm working on for my irtc entry. 5000 blades of grass, less than
20 minutes to render. comments, criticisms, suggestions?
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshil
acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
pigment{rgb 10}}_(r+1)#end#end _(1)//KL
Post a reply to this message
Attachments:
Download 'grass.jpg' (236 KB)
Preview of image 'grass.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Will you be making this macro available?
"Kevin Loney" <klo### [at] pt2mcom> wrote in message
news:3e2cdf5f@news.povray.org...
> something I'm working on for my irtc entry. 5000 blades of grass, less
than
> 20 minutes to render. comments, criticisms, suggestions?
>
> --
> Kevin
> http://www.geocities.com/qsquared_1999/
> #macro _(r)#if(r<12)#local i=asc(substr("oqshil
> acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
> pigment{rgb 10}}_(r+1)#end#end _(1)//KL
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yess great :)
May we have an idea of the features of your macro (use of trace? image_map
mask? anyelse?)
Marc
3e2cdf5f@news.povray.org...
> something I'm working on for my irtc entry. 5000 blades of grass, less
than
> 20 minutes to render. comments, criticisms, suggestions?
>
> --
> Kevin
> http://www.geocities.com/qsquared_1999/
> #macro _(r)#if(r<12)#local i=asc(substr("oqshil
> acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
> pigment{rgb 10}}_(r+1)#end#end _(1)//KL
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes I plan on making it available.
features (at the moment):
-Two methods of placement (random scatter and grid)
-Use of pigment for placement
-All blades are unique with random bend and length
-Everything is traced
features (I plan on adding):
-more control over the properties of the blades (At the moment it's only
setup for my irtc entry)
-color control
-wind
-I'm taking suggestions
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshil
acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
pigment{rgb 10}}_(r+1)#end#end _(1)//KL
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mnnn smells good :)
suggestion: soil fertility based on pigment determining color and growth.
Marc
3e2d602e@news.povray.org...
> Yes I plan on making it available.
>
> features (at the moment):
> -Two methods of placement (random scatter and grid)
> -Use of pigment for placement
> -All blades are unique with random bend and length
> -Everything is traced
>
> features (I plan on adding):
> -more control over the properties of the blades (At the moment it's only
> setup for my irtc entry)
> -color control
> -wind
> -I'm taking suggestions
>
> --
> Kevin
> http://www.geocities.com/qsquared_1999/
> #macro _(r)#if(r<12)#local i=asc(substr("oqshil
> acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
> pigment{rgb 10}}_(r+1)#end#end _(1)//KL
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Looks very nice.
Something that I've been experimenting with using GT's grass macro is to
create a set of green grass, and then a set of dead grass within it, by
simply making them both occupy the same space. The end result seems to look
much more realistic. Probably by adding some yellowish, some brown, etc.,
the realism could even be enhanced further.
I could post an example, if I can ever figure out how to get my newsreader
working... :-/
Slash
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Kevin Loney" <klo### [at] pt2mcom> wrote
> -I'm taking suggestions
-Animatable wind
-Animatable growth, seasonal colors and geometry
-One of those solar powered automatic mowers
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Slashdolt <nomail@nomail> wrote in message
news:web.3e2d7cd28cb0cca55543301f0@news.povray.org...
> Looks very nice.
>
> Something that I've been experimenting with using GT's grass macro is to
> create a set of green grass, and then a set of dead grass within it, by
> simply making them both occupy the same space. The end result seems to
look
> much more realistic. Probably by adding some yellowish, some brown, etc.,
> the realism could even be enhanced further.
>
> I could post an example, if I can ever figure out how to get my newsreader
> working... :-/
>
> Slash
>
>
>
thats a good idea. it seems shorter, young blades of grass are whitish-green
in color. the random length that is in this macro would be accentuated with
color variation, i think.
ross
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Kevin Loney" <klo### [at] pt2mcom> wrote in message
news:3e2cdf5f@news.povray.org...
> something I'm working on for my irtc entry. 5000 blades of grass, less
than
> 20 minutes to render. comments, criticisms, suggestions?
>
Looks very nice. How many triangles per blade of grass?
-Shay
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Shay wrote:
>
>Looks very nice. How many triangles per blade of grass?
>
> -Shay
>
Who said anything about triangles =) Each blade is a union of four cones, I
plan on changing it to meshes however, cones were easier to implement at
the time.
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshil
acefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4
pigment{rgb 10}}_(r+1)#end#end _(1)//KL
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|