Dreik Posted July 25, 2018 Share Posted July 25, 2018 I need to create scalable grid like the one on image. I thought about placing it on fullscreen gui so I won't have to create gigantic mesh but I have no idea how to use GridMaterial on BABYLON.GUI in a way it would work and be displayed. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
Guest Posted July 25, 2018 Share Posted July 25, 2018 GUI is html5 canvas based and not shader based. But I'm really interested to add a Grid support to GUI: https://github.com/BabylonJS/Babylon.js/issues/4827 Will do it probably by end of week so stay tuned! Quote Link to comment Share on other sites More sharing options...
Dreik Posted July 26, 2018 Author Share Posted July 26, 2018 Great! I hope to see it on npm soon Quote Link to comment Share on other sites More sharing options...
Dreik Posted July 26, 2018 Author Share Posted July 26, 2018 But I think grid should always be transparent with lines well visible. background = null doesn't work. It will still render background. Quote Link to comment Share on other sites More sharing options...
Guest Posted July 26, 2018 Share Posted July 26, 2018 It will soon (Update in progress) 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.