shadow issue
see the following playground http://www.babylonjs-playground.com/#2CPMRP#2 This has a ground , 2 boxes and a DirectionalLight The two boxes cast shadow on ground. If you move the two boxes away from...
View ArticleCannonJS & DynamicFloatArray compile failure
I fail on the latest DynamicFloatArray PR. CannonJS has been happening for a while. Is DynamicFloatArray is by framework, or is this just user stuff?
View ArticleBabylon.js Sound Tutorial disappeared
Hi I'm not sure it's the right place to mention that, I noticed the tutorial for "playing sounds with Babylon.js" has disappeared on the documentation :/
View ArticleMatrix decompose() issue ?
Not sure if this is a bug or just my misunderstanding. I am trying to make a mesh parent of another mesh without changing the transforms (position, rotation and scaling) of the child mesh in the...
View ArticleGroundMesh optimize not working right?
The groundmesh optimize function makes the terrain disappear: http://www.babylonjs-playground.com/#ON8FM It seems to only work if it is run repeatedly during the update loop:...
View ArticlearcRotateCamera mesh target & panning bug(?).
Hi guys, i notised some protential bugs setting a camera.target = mesh / mesh.position; and then attempting to pan, while in my head it would make sense to update the camera.target on panning and stop...
View Articlescene.pick not working when too close to a mesh
Hi, I don't know if you could really call this a bug or maybe it's working as intended and I'm doing it wrong... (sorry) If you get sufficiently close and intimate with a mesh you can't pick it....
View ArticleMatrix.Lerp goes backwards??
Unless I am interpreting what the gradient arg to Matrix.Lerp wrong, it seems to go backwards. I changed it to this: public static Lerp(startValue: Matrix, endValue: Matrix, gradient: number): Matrix...
View ArticlePointLight.parent
Hi everyone, There was an update in computeTransformedPosition in PointLight.js for how the position of the light is derived. It transforms an already transformed vector causing continuous...
View ArticleUncaught TypeError: this.babylonGamepads[i].update is not a function
I am getting the following gamepad exception. babylon.max.js:39351 Uncaught TypeError: this.babylonGamepads[i].update is not a function Gamepads._checkGamepadsStatus @ babylon.max.js:39351...
View ArticleSometimes error with skybox on iOS
I sometimes get a javascript error on my site http://www.punkoffice.com/webiverse while the skybox is loading at the first page. It only happens on my iPhone, but like 1 out of 7 times. When the...
View ArticleVector3.lerp is concatenating instead of adding
I'm using babylon 2.4 here. I've providing position vectors to the Vector3.lerp function. The result seems to be a string concatenation instead of arithmetic addition. Below I'm just showing x, z...
View ArticleTypescript typing issues
I just stumbled upon some typing issues. 1. The ratio parameter in the PostProcess contructor is defined as "number | any" but in all derived classes (FxaaPostProcess ...) it is define as "number"...
View ArticlerenderOverlay visibility is conflicting with ProceduralTexture constructors
having trouble figuring this one out. see the following playground reference http://www.babylonjs-playground.com/#1KUECA#1 you should see a cube that should have a red overlay. If you don't see the...
View ArticleMesh.lookAt rotates mesh, but not really..
Hi, i notised this bug a while ago, but never got around to reporting it before now, As shown in the following PG, the mesh.lookAt appears to rotate the mesh and the mesh "looks" at the object, but it...
View ArticleWebGL error when using DisplayPassPostProcess
Every time i use the DisplayPassPostProcess i get errors in the console (tested with Edge, IE, Chrome and Firefox on two machines ). The post processing is working as expected but maybe there are some...
View ArticlePostProcessing with multiple cameras
Hi, in this playground ( http://babylonjs-playground.com/#1HL20V#2 ) i have 2 cameras/viewports. I want to make postprocessing for each of those cameras independently. For each camera i have a...
View ArticleVirtualJoysticks bugs
Hello, I added virtual joysticks to my babylon-world and when I testing around with the joysticks in my iphone 6/safari the circles leave some pixels on the screen sometimes, like the "dirty...
View ArticleTexture.CreateFromBase64String
Hi, I'm not sure this is really a bug, and maybe this was already discussed in the forum. Anyway if you create two textures with CreateFromBase64String with differents buffer and a same name. The...
View Article