Chelaru Posted September 19, 2015 Posted September 19, 2015 I want to create grass using groundcover tool but i get this issue: http://ft.trillian.im/97b33c1629d93a7dad168e4e702ba3f63ec28af1/6BFmsKkItWCdYkC9NRgIyYHoYdGWQ.pngThis was used as well : http://wiki.torque3d.org/artist:material-translucency .It seems that is some sort of problem with the blend Quote
Chelaru Posted September 20, 2015 Author Posted September 20, 2015 have u tried it without? Yes. It look really bad. Quote
JeffR Posted September 20, 2015 Posted September 20, 2015 Is the grass a model, or the procedural billboards? I can't really tell from the screenshot because of how dense it is. Quote
Azaezel Posted September 20, 2015 Posted September 20, 2015 There's a couple options there, actually. Blend into terriain is usually https://github.com/GarageGames/Torque3D/blob/development/Templates/Full/game/art/environment/materials.cs#L5-L8 and best done with grass that only pops up on similar colored terrain.https://github.com/GarageGames/Torque3D/blob/development/Templates/Full/game/art/environment/materials.cs#L15-L18 is a straight discard, with no attempts made at blending, just shows or not, so for that, you'd have your grass set up with a sharp alphamask to avoid a 'stippling effect' as it were. Quote
razvanab Posted September 21, 2015 Posted September 21, 2015 (edited) Here you can find the screenshots with all option specified:http://imgur.com/gallery/ucrTq/newThis are the texture and the 3d model patch for the grass.https://drive.google.com/open?id=0BzSrGlMDeR0aNkRQdHRibl9Pd0Ui circled the problem in the images. Edited September 22, 2015 by razvanab Quote
Azaezel Posted September 21, 2015 Posted September 21, 2015 Mind circling the bit that is unexpected? Quote
Chelaru Posted September 22, 2015 Author Posted September 22, 2015 Mind circling the bit that is unexpected? http://imgur.com/gallery/ucrTq/new Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.