POV-Ray : Newsgroups : povray.newusers : Making grass : Making grass Server Time
30 Jul 2024 18:10:05 EDT (-0400)
  Making grass  
From: Justin Smith
Date: 16 Nov 2003 00:15:03
Message: <web.3fb706a87f775ccbb26501b0@news.povray.org>
I've written a fairly simple grass macro. I want to use it to coat some
isosurface terrain. Each blade of grass consists of only 3 triangle
objects. The macro works by using trace() at a random x,z position with
each blade of grass. I think I need around 500,000 blades of grass to get a
realistic look. The problem here is that even with 2.1 Ghz and 1 GB of Ram,
I never even get to the rendering step of generating the output image. It
spends about a half hour on the parsing, and then at least 2 more hours on
generating bounding slabs (I quit after that).

I've seen some pictures with some very complicated-looking vegetation, so I
know this can be done. But I'm obviously doing something wrong.


Post a reply to this message

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