xtreampb Posted December 15, 2018 Posted December 15, 2018 Is it possible to replace the terrain shaders, maybe in the C++ project. Maybe with some support with a lua script to control the settings in the editor Quote bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post!
Josh Posted December 15, 2018 Posted December 15, 2018 You can modify any of the shaders in the editor. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
xtreampb Posted December 16, 2018 Author Posted December 16, 2018 So I would like to be able to add a specular map to a layer in my terrain, and maybe be able to adjust it at run time. What would be the best way to accomplish this? Quote bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post!
Admin Posted December 17, 2018 Posted December 17, 2018 You probably cannot do that. Maybe there might be a way to use an alpha channel for specularity, but the terrain clipmaps are a pretty specialized system. 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.
Note: Your post will require moderator approval before it will be visible.