VR camera tilt bug in iphone
Tilting the iphone 6 cw/ccw with the VR camera makes it rotate in wrong direction, other axis works good. Any idea how to solve this? kind regards Tomas
View ArticleDispose a Prim2D element will crash the BABYLON
By removing _transparentPrimitiveInfo in the dispose function, I solved this problem. RenderablePrim2D.prototype.dispose = function () { if (!_super.prototype.dispose.call(this)) { return false; }...
View ArticleSIMD nolonger works
My recent episode with FireFox not running, got me using Firefox nightly. Firefox nightly has SIMD, but I have not been able to run my SIMD code or the code in Math.SIMD.ts for the longest time....
View ArticleonSuccess not triggered
Hi everyone, I'm writing a plugin for Wordpress that use Babylon JS and I got a little problem. I try to load a mesh : var obj = loader.addMeshTask("tortue", "", WPURLS.plugin_dir+'/models/turtle/',...
View ArticleDocumentation website really slow
It is not really a bug, but the documentation website i often really really slow on loading pages, i have a pretty fast VDSL about 70mb as far as i know is not possible to download all tutorials and...
View ArticleAction on an instance affects every instance + parent
Hey guys, When you add actions to a mesh's instances, it affects the parent mesh and every instances. I'm not sure that's the behaviour you want, am I right ? You can see it in this playground :...
View ArticleScene.dispose(), 'LEQUAL' undefined
Hi, I'm getting a crash in the current Babylon 2.4 Beta on Scene.Dispose(): "Unable to get property 'LEQUAL' of undefined or null reference" at Engine.prototype.setDepthFunctionToLessOrEqual at...
View ArticleUnlimited Lights Example
The unlimited lights example referenced in this blog post: https://www.eternalcoding.com/?p=2764 has stopped working. http://www.babylonjs-playground.com/#IRVAX#11 BTW, congratulations on the release...
View ArticlegetHeightAtCoordinates
Hi, the getHeightAtCoordinates() method seems to be broken in the 2.4 CDN and 2.5 preview version: http://www.babylonjs-playground.com/#1JXJVF#5 (Please wait 2-5 seconds to see the box floating way...
View ArticleFreeCamera Jumps into air when back pressed while looking at ground
Hi, i don't know whether is this is a bug or not (or)i don't know whether other people experienced this behavior . when i press and hold back button while looking at ground the frecamera jumps into...
View ArticleExporter blender : multi animations bug
Hello everybody, We have a problem with Blender Exporter 4.6.1. Let us explain to you : We have two animations : one cube with skeleton and another with a standard animation. In blender, after we...
View ArticleArcRotate Camera Bug
Hello. After export from 3dsMax, ArcRotate Camera is hang scene loading process
View Article"this._vertexBuffers[kind]._buffer" is null while cloning
Hello, I have the following error when I try to clone an object. Uncaught TypeError: Cannot set property 'references' of null What can I do? Why does this happen? Best regards Kevin
View ArticleEdges Rendering not working properly after convertToFlatShadedMesh [SOLVED]
Hello, I have found the following bug: When you use "convertToFlatShadedMesh()" and then enable EdgesRenderer it will render the triangles instead of the edges. This even happens with a simple cube...
View ArticleNot a bug report, but a note about code conventions
Hello! I'm logged in on github, but for some reason can't access "issues" tab, therefore I'm writing it here. Some private members became public, but still prefixed with underscore, for example -...
View ArticleDifferent player speed
Hello, Don't know if it is a bug but players with different FPS move by different speed. I use FreeCamera.I have got 60 FPS and I move about three times slower then other player with 20 FPS. That's...
View ArticleSSAO/DepthRenderer renders inactive meshes
In this playground i'm using SSAO: http://www.babylonjs-playground.com/#27DV4V If you click on the canvas, the 2 spheres will be removed from the scene (but not disposed). The problem is that SSAO...
View ArticleVRDeviceOrientationArcRotateCamera - 'copyFrom' seems buggy
When using the VRDeviceOrientationArcRotateCamera the browser throws "Uncaught TypeError: Cannot read property 'copyFrom' of undefined". It's found in the 'babylon.2.4.js' in line 9. This only seems...
View ArticleTutorial video links (404 Error)
Hello, I am not sure if this is the correct section to mention that, but there is a very basic error in the video tutorials links that is causing a 404 error, just remove one of the "tutorials" from...
View ArticleFrustum plane undefined
Hi everybody, When I use 2.5 beta, on some projects I get a frustumPlanes[p] is undefined error, in this method : The problem doesn't occur in 2.4 final. I think it first occured from commit...
View Article