viktov Posted July 3, 2014 Share Posted July 3, 2014 Hi, Im using textures with normal map for bump mapping effect.And everything works fine on firefox and chrome but there is no visible result of bumpmapping in IE.Is it a known issue or am I missing something? The code I use:var scale = 10;var ceilingMaterial = new BABYLON.StandardMaterial("ceilingMaterial", scene);ceilingMaterial.diffuseTexture = new BABYLON.Texture("texture/ceiling.jpg", scene);ceilingMaterial.diffuseTexture.uScale = scale;ceilingMaterial.diffuseTexture.vScale = scale;ceilingMaterial.specularColor = new BABYLON.Color3(0.5, 0.5, 0.5);ceilingMaterial.bumpTexture = new BABYLON.Texture("texture/ceiling_normal.jpg", scene);ceilingMaterial.bumpTexture.uScale = scale;ceilingMaterial.bumpTexture.vScale = scale; Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 3, 2014 Share Posted July 3, 2014 Do you use the latest version of ie11 ? (win8.1 update 1) Only this version has support for bump Quote Link to comment Share on other sites More sharing options...
viktov Posted July 4, 2014 Author Share Posted July 4, 2014 Ah, ok. Im using IE11 with Win7 so that is why it is not working.Thanks. 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.