Dad72 Posted December 9, 2013 Share Posted December 9, 2013 Is there a function to slick the ground with the passage of a brush (as the elevation of the ground of WORLMONGER)? for instance ground.setSubdivision or something like that.My ground presents several angle that I would like to smooth with a brush.What is to be done?Thank you Quote Link to comment Share on other sites More sharing options...
Dad72 Posted December 10, 2013 Author Share Posted December 10, 2013 up Quote Link to comment Share on other sites More sharing options...
Ariel Yust Posted December 15, 2013 Share Posted December 15, 2013 I'm not sure if such function exists but, you could write one your self, by using vertices you could potentially draw your own terrain,then create another mesh that will draw above your terrain that will look like the brush you seek. you can give it a special material what ever you want. then by pressing you do the smoothing, aka you mean lower and raising the ground ? or making more vertices around the edges so it will look a lot "smoother" ? it's not an easy task but once you write it, it will look epic mate. BTW- check the BABYLON.Mesh.CreatePlane source for reference on using vertices you could find some code in the forum also. Quote Link to comment Share on other sites More sharing options...
Dad72 Posted December 15, 2013 Author Share Posted December 15, 2013 Thank you.IT would seem that WorldMonger would introduce this functionality, but is manage automatically while they raise summits has what I see from it, I will do further research on this subject when I would have managed to display a colour in the brush.I would share then the code when i would have succeeded. This could interest other people. Quote Link to comment Share on other sites More sharing options...
Ariel Yust Posted December 15, 2013 Share Posted December 15, 2013 Sounds great -> Best Of Luck~! 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.
Note: Your post will require moderator approval before it will be visible.