manu225 Posted January 8, 2016 Share Posted January 8, 2016 Hi everyone, I'm developing a projet with Babylon.JS : http://www.info-d-74.com/demos/island/ And I got a strange bug with bGUI. When I had this code in my loader.onFinish function : setTimeout(function() { gui = new bGUI.GUISystem(scene, engine.getRenderWidth(), engine.getRenderHeight()); gui.enableClick(); var info = new bGUI.GUIText("info", 512, 128, {font:"20px Segoe UI", text:'', color:"#ffffff"}, gui); info.guiposition(new BABYLON.Vector3(170, 130, 0)); gui.updateCamera();}, 10); the reflection on water disapear (look screenshots in attachements) Someone already got this bug ? Thanks Quote Link to comment Share on other sites More sharing options...
Temechon Posted January 11, 2016 Share Posted January 11, 2016 Very strange... I'll look into it. Thank you for the feedback! julien-moreau 1 Quote Link to comment Share on other sites More sharing options...
julien-moreau Posted January 12, 2016 Share Posted January 12, 2016 If the problem comes from the Water Material (I don't know what gui.updateCamera(); does), don't hesitate to ping me :) 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.