Bug in tutorial HighlightLayer
Hello, In this tutorial when we click on the eye to see the demo PG, there is a small problem that I do not know how to explain. http://doc.babylonjs.com/tutorials/Highlight_Layer However, it works if...
View ArticlePlayground Get .zip not working sometimes.
When I try to use "Get .zip" button in the Playground I the dialog to save the file does not appear when using it with code that is using Canvas2D. In Screenshot from 2016-12-12 10-31-21.png you can...
View Articlebuggy shadow, also on wrong side?
Tried to create minimal example, shadow generated looks wrong, also if you rotate it around you can see weirdness in the shadow http://www.babylonjs-playground.com/#MKF8U Also, the position where the...
View ArticlePlayground Debug layer in wrong position
When clicking on "+Debug layer" the debug information is not right justified in the window and there is a large amount of wasted space.
View ArticleDebug Layer Just Broke
Did we change the Debug Layer to the ne Debug Layer the BabylonJS guys have been working on... If so... Has the API changed to test for visible and showing the debug layer... If not... i now all of...
View Articlebabylon action builder loading error in 3ds max 2015
I am getting error while trying to access action builder in 3ds max 2015. though i can access index.html file directly from action builder folder in explorer. I have installed max2babylon 0.5...
View Articlematerial clone can't create new id
serialize will use the origin id. newMat = mat.clone(newName) can't work. need set newMat.id = newName.
View ArticleDead link in the documentation
Hello, There is the dead link here on the word "animations". This is the correct link
View ArticleHighlightLayer problems
I found two issues regarding the HightlightLayer: 1: The implementation of the HightlightLayer is using Mesh.id to manage the meshes internally. This is a problem because the id may not be unique (as...
View ArticleLavaMaterial and NormalMaterial bug
Hello, I found a bug on its two material: Quote Uncaught TypeError: Cannot read property 'maxSimultaneousLights' of undefined(…) babylon.lavaMaterial.min.js:1 Uncaught TypeError: Cannot read property...
View ArticleThings disappear on Mac Chrome
Hi there, Please see the test case: http://www.babylonjs-playground.com/#1YGHUR#0 There are 11 red spheres, the first(nearest) one is made by 'BABYLON.Mesh.CreateSphere', and the rest 10 are...
View ArticleChrome bug?
Chrome is returning the following error message Cannot read property 'getExtension' of null which results in Babylon.js not being loaded. Chrome has recently updated itself (Grrrr) on my machine and I...
View ArticleMesh.MergeMeshes and Mesh vertex color
I think I may have found a bug with the MergeMeshes function , if all meshes share the same material but one mesh in the array of meshes you want to merge has vertex color data , it produces a webgl...
View Articleengine.resize() broke
Looks like engine.resize() broke with the last release scene doesnot resize properly
View ArticleOnAnimEnd in version 2.5
Hi guys, I'm not sure that is a bug, but I don't know where I can ask it, on github I did not find the section with issues, sorry In previously version of the babylon, it seems it was version 2.5 -...
View ArticleUnity exporter bugs (lightmap, mesh, and textures)
Hi, I'm using Unity 5.5.0 f3 and I have many bugs with the exporter. #1 : backed lightmap : - I have started a new scene with a plan, box, directional light and a camera. - My light use backed light...
View ArticleInstances are broken.
http://www.babylonjs-playground.com/#R35AE#1 See attached playground for proof.
View ArticlePicking not working correctly using orthographic cameras
Hi, I noticed picking doesnt work correctly when using an orthographic camera. I could reproduce the problem modifying your samples on playground:http://www.babylonjs-playground.com/#XUDHE Result is...
View ArticleHighlightLayer: Latest preview issues with instances
Reporting bug regarding instances and their parents not being rendered when HighlightLayer is used.http://babylonjs-playground.com/#29SZC0#10 Ping @Sebavan /Swiftwork
View Article