Chelaru Posted September 19, 2015 Share 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 Link to comment Share on other sites More sharing options...
marauder2k9 Posted September 19, 2015 Share Posted September 19, 2015 have u tried it without? Quote Link to comment Share on other sites More sharing options...
Chelaru Posted September 20, 2015 Author Share Posted September 20, 2015 have u tried it without? Yes. It look really bad. Quote Link to comment Share on other sites More sharing options...
JeffR Posted September 20, 2015 Share 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 Link to comment Share on other sites More sharing options...
Azaezel Posted September 20, 2015 Share 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 Link to comment Share on other sites More sharing options...
razvanab Posted September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Azaezel Posted September 21, 2015 Share Posted September 21, 2015 Mind circling the bit that is unexpected? Quote Link to comment Share on other sites More sharing options...
Chelaru Posted September 22, 2015 Author Share Posted September 22, 2015 Mind circling the bit that is unexpected? http://imgur.com/gallery/ucrTq/new Quote Link to comment Share on other sites More sharing options...
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.