Download link syntax error
Hi I tried downloading the latest version from this URL: https://www.babylonjs.com/versionBuilder/ After nothing happened when pressing "Generate", I checked the page source and found what I think is...
View ArticleCYOS bugs
hi 1. cant save Cyos 2. this shader result is not corrct in Cyos but have correct result in PG *notic this line in vertex shader : vNormal = normal; if you remove that shader render correctly...
View ArticleI can't use external video for videoTexture
Hello! 使用本地视频: http://www.babylonjs-playground.com/#I2U8S7 使用外部视频(跨域) http://babylonjs-playground.com/index.html#4NJA2G 使用外接影像无法正确播放!
View Articlecompiling with strictNullChecks: true causes compile error
This is a very minor issue, but it also has a very minor fix I think. When building a TS project which includes the latest preview babylon.js typings, with the strictNullCheck:true flag set, the...
View ArticleError with loadFromDataString (preview release)
I'm testing out the preview release of babylon.js When I run this line on desktop and mobile browsers: diffuseTexture1 = BABYLON.Texture.LoadFromDataString("diffuse",data,scene); I...
View ArticleHighlightLayer does not work
Hello, on demo of documentation , HighlightLayer does not work. http://www.babylonjs-playground.com/#1KUJ0A#0 Error console: Failed to load resource: the server responded with a status of 404 (Not...
View ArticleUnable to save babylon playground when DOM manipulating
Edit: NEVERMIND, I checked noscript and that was blocking urls! I havn't had troubles saving before so didnt think of that!. Here's the url if you want to see it in...
View ArticleapplyDisplacementMap inverted by Y
http://www.babylonjs-playground.com/#LYXHTH#9 I`m not sure if it is a bug. I`m replacing THREE with Babylon and was stack with displacement map. As you can see displacement map is not fit to diffuse...
View ArticleSlow FPS remains even after prim.dispose()
Hi, Just to report that on the example given in the documentation: http://www.babylonjs-playground.com/#OWCCR#8 Increasing the number of primitive slows down the fps, but when reducing that number...
View Article3.0 with workerCollisions = true cannot move camera
http://playground.babylonjs.com/index.html#WP0JL8 I can rotate camera, but cannot move. `camera.cameraDirection` is changing, but camera position is not.
View ArticleBump with PBR on Internet Explorer / Edge - 3.0
Hello, There is a bug present with 3.0 only on latest Edge and Internet Explorer When having a bumpTexture with a pbr material the material renders black. I made a PG to test it :...
View ArticleEdgesRenderer doesn't work anymore
As can be seen here: http://www.babylonjs-playground.com/#TYAHX#10 Which is the scene from the introduction post: Thanks in advance
View Article[solved] ShowBoundingBox not working in latest BJS
ooookay, I guess I WON'T pile-on the edgesRenderer issue, and I'll make a fresh bug report for showBoundingBox. mesh.showBoundingBox seems to be not working in latest release, as far as I can tell....
View Article[solved] Fractional .visibility broken?
heya https://www.babylonjs-playground.com/#1DN6LQ#1 Line 25 seems DOA in latest. thx update: I just noticed that partial .visibility DOES work... when there is a .material on the mesh. Not sure if...
View ArticleUnable to get property 'handleEvent' on IE / Edge
Hello, There is some warning consoles on the latest version of Edge and Internet Explorer. They are visible on this page : https://www.babylonjs.com/demos/pbr/ They are related to these lines :...
View ArticlemarkVerticesDataAsUpdatable not update changes
Hello, When I use markVerticesDataAsUpdatable, my terrain was updated correctly via a file. But, now this seems not to work today. I do this: $.getJSON("ground.data?" + (new Date()).getTime(),...
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 ArticleCanvas2d/Rect2d - Small .scale - interesting error
Hi gang. In this playground... play around with mousewheel unzooming... until rect2d is tiny dot. Play with mousewheel there, while small. Keep playing... in/out... until... Error: Can't invert...
View ArticleNaN produced by Prim2DBase._updateP_updatePositioning after dispose and recreate
Hi, So... my problem is a bit specific. I will try to reproduce it in the playgroud but I am not sure I will be able to. So I have a Rectangle2d that holds 4 rectangle2d children, the green...
View ArticleTutorial Links broken
@ Someone : Just trying to go to tutorials from this page: Tutorials But clicking on a tutorial results in a 404 page not found. Are the links missing "/tutorials/" ? cheers, gryff
View Article