Pryme8 Posted February 18, 2016 Share Posted February 18, 2016 can someone explain what is going on in http://www.babylonjs.com/Scenes/Worldmonger/index.html I want to generate textures similar to this but the documentation on mutlimaterials does not seem to cover what he is doing. Ive looked at http://www.babylonjs.com/Scenes/Worldmonger/Shaders/Ground/groundMaterial.js and am trying to understand at what point does he actually assign the texture, and is he having to split the object up (it does not look like it) I have tried to create my own shaders, but do not understand how to run the gulp() in order to build them and shader language is a little above my head. It looks like he is getting around this without custom shaders though? basically, I want to eventually be able to apply textures to elevation and angle ranges, like the terrain mask in C4D. I also want to be able to add Levr Filters to the blending between the textures to promote break up. Anyone able to point me in the correct direction? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 18, 2016 Share Posted February 18, 2016 Hello I did the worldmonger demo (a tribute to Populous and Powermonger :)) The shader responsible for elevation rendering is here: https://github.com/BabylonJS/Samples/tree/master/Scenes/WorldMonger/Shaders/Ground You can get all the source code here: https://github.com/BabylonJS/Samples/tree/master/Scenes/WorldMonger Quote Link to comment Share on other sites More sharing options...
JonathanRev Posted October 5, 2017 Share Posted October 5, 2017 Hello guys, i am really happy with babylon and the comunity is very helpfull , i just have a question ,@Deltakosh can i use worldmonger in my project ? , or need any permition or licence to use it? also am i able to modify and customize it? , thanks for your help in advance ! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted October 5, 2017 Share Posted October 5, 2017 Yes you can. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted October 6, 2017 Share Posted October 6, 2017 @Dad72 said everything 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.