How can I create grass like this?
Blitz3D Forums/Blitz3D Beginners Area/How can I create grass like this?
| ||
I'm looking for a volume grass system like in this game http://www.blitzbasic.com/gallery/view_pic.php?id=1788&gallery=&page=1. Animation is not important but i will appreciate any links or good suggestions. |
| ||
I think there was a grass system for terrains somewhere in the forums or code archives that worked pretty well, gonna have to take a look around |
| ||
http://www.blitzbasic.com/codearcs/codearcs.php?code=1122 http://www.blitzbasic.com/codearcs/codearcs.php?code=807 found those two, not sure if they do what you're after, but maybe you can get some good stuff from them |
| ||
Also this may be give you some ideas : http://www.blitzbasic.com/Community/posts.php?topic=102163 |
| ||
Thanks guys. I have tried all of them but I'm looking for a quad type or a system where you can render volume grass from a distance like on that demo. [102163] Rick Nasher's code is somehow incomplete and really unoptimized. It took me a couple of seconds to load the whole scene so I guess its not ready for production. [1122] Ulyses grass has missing media and a bz2 function. i dont know what to do with them and the doesnt load to view the demo [807] jfk's code tests only a few quads but I like the animation wind effect :) ..I'm still stumped :/ |