debugLayer - Uncaught TypeError
Hi I am trying to enable debugLayer in babylon.3.0.7 It only happens when i set popup property. scene.debugLayer.show({ popup:true, initialTab : 2 }); and I get this error in console: Uncaught...
View Articlewhen MirrorTexture remove renderlist to empty. it doesn't render texture.
the comment is test. original code is not commented. so when i removeList to empty. the mirrorTexture doesn't refreshed...
View ArticleCreate ktx CubeTexture make wrong url.
when roolUrl = "res/sky" the lastDot = -1; root.substring(0, lastDot) = "" wrong.
View ArticleGUI in PG
I think GUI is not working in PG right now. Uncaught Error: Check dependency list! Synchronous require cannot resolve module 'babylonjs'. This is the first mention of this module! From...
View ArticleHighlighter not working in VR
I have the highlighter working in a regular scene. In the VR scene the highlight is not appearing where the mesh is and with left/right eye it is in different positions. Is this a bug or is using...
View Article3ds max exporter - Skeleton exportation
Hi all, Not really a bug per se, more of an slight annoyance. At the moment, skeletons are exported on a per-skin basis, i have 2 babylon files, each with 2 meshes that use the same bones &...
View ArticlePhysicsImposter::setAngularVelocity Parameter Type
Reading http://doc.babylonjs.com/overviews/using_the_physics_engine#angular-velocity it says to use a Quaternion, but the code shows it accepts a Vector3 which is breaking my TypeScript code. It can't...
View Articleupdate buffer data and change data length
Can you do some change like this?? We change mesh's verticeData often.
View ArticleImportMesh ERROR
I tried to import a model through ImportMesh, and it made an error in the console, and mesh disappeared at some part of the camera....
View Articlebabylonjs playground as causing problem
Hi the div in code generated from babylon playground, in .zip mode like this: <div id="canvasZone"> <canvas id="renderCanvas"></canvas> </div> I need change code,...
View ArticleNo ArcRotate pan/tilt in PG "latest" for Firefox
Hi guys. I'm seeing broken ArcCam pan/tilt for PG... using "latest" BJS... in Firefox only. IE is fine. Stable version of BJS works fine. Thoughts? Hand.js? (thx)
View ArticleLinks in exporters readme are broken
Hi, Documentation link in exporters github readme is broken. And other link doesnt go to babylon part of forum
View ArticleSpector.js does not work in electron
As the title describes, the extension does not load in electron. I've created a github issue here - https://github.com/BabylonJS/Spector.js/issues/76
View ArticleMouseDown/MouseUp Not Firing on Babylon Canvas Element
It appears with the latest build the babylon canvas element no longer fires mousedown, or mouseup events. Element still responds to touch events and click events but adding your own mouse down or...
View ArticleBabylon Exporter from 3DS Max produces jpgs with error
When trying to open a texture map that is generated by the Babylon exporter (PBR or traditional) the generated JPGs cannot be opened in Photoshop (to add the R channel to a MetallicRoghness map for...
View ArticlemoveWithCollisions issue
see https://www.babylonjs-playground.com/indexstable#97B3B7#12 Here I have 2 boxes box1 and box 2. box1 is way above box2 I move box2 down by 1m using moveWithCollision(). I print the before and...
View Articlehighlight layer creating additional draw calls bug
https://github.com/BabylonJS/Babylon.js/issues/2624 This is still an issue for me. Was unable to reproduce on playground, however adding some additional information, maybe someone will have a clue as...
View ArticleStable Version OK Latest Version has error
The stable version of this PG runs OK https://playground.babylonjs.com/indexstable#4G18GY The latest version of same PG https://playground.babylonjs.com/index.html#4G18GY produces this error Line...
View ArticleDiffuse colour with Chrome Canary & FF Dev Edition (Angle?)
There appears to be something wrong in the handling of materials using diffuse colours in both FF dev edition (58.0b1) and CC (64.0.3261.0), though it seems to only affect windows (tested in windows 7...
View Articlegltf/glb issue
can somebody check why we cannot load the attach glb file. If I drag and drop this into our sandbox at http://sandbox.babylonjs.com/ I get "Cannot set property '0' of undefined" error I am able to...
View Article