KevinBLT Posted June 1, 2015 Share Posted June 1, 2015 Hello everyone, after time of searching, I just can't figure out what's wrong. Look at this:http://www.babylonjs-playground.com/#2EMDUN I'm trying to load a reflectiontxture, but I'll never see any "reflection".In materialeditor, everything works , but it doesn't in my project or the playground.Am I missing something? Thanks, Kevin Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 1, 2015 Share Posted June 1, 2015 Hi, You just forget this: coordinatesMode : GlasMaterial.reflectionTexture.coordinatesMode = BABYLON.Texture.PROJECTION_MODE; // BABYLON.Texture.CUBIC_MODE || BABYLON.Texture.PLANAR_MODE || BABYLON.Texture.SPHERICAL_MODE It works now: http://www.babylonjs-playground.com/#2EMDUN#2 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 1, 2015 Share Posted June 1, 2015 of nothing. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 1, 2015 Share Posted June 1, 2015 (I marked it as solved) 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.