camera rotation not exported from max exporter?
I'm trying to import an animated camera from max. But I only get the position keyframes. Is it correct that the exporter doesn't export rotation for the camera? Or is it the importer? Or is it me?...
View ArticleCreating fun & immersive audio experiences with Web Audio
Hi, I’ve written an article dumping almost everything I know about Web Audio and what I’ve learned while writing the audio stack of Babylon.js: Creating fun & immersive audio experiences with...
View ArticleShaderMaterial
I'm trying to construct a custom mesh using ShaderMaterial porting some code from three.js. In the example I'm copying though, since the shape is only 2d, they save performance by making the vertex...
View Articleclean scene disposal
Hi, I've got multiple scenes running in multiple views. Those views can be dynamically destroyed while new ones are created immediately afterwards (in The same logic flow, synchronously) I call scene...
View Articlebabylon file size
Is there a limit to the size of a babylon file? I am in the 270MB range and it appears that the file is not loading. It is really large because there is a great deal of animation in the file. Have I...
View ArticleSkybox Textures Not Loading
I get a weird red/checkered background (see attached). Thanks! - Nick Attached Thumbnails
View Articletest new scene
http://185.88.152.45 hi all please test this scene and share fps ( you must wait 30 sec for first load ) you can move with arrow and 'w' 's' 'd' 'a' up :'+' down:'-' and click thanks shift...
View ArticleCan´t export from 3dsmax
Im using Max2Babylon-0.24 to export 3d models to babylonjs but I cannot get it to work. When I select export and run, all I get is a black browserwindow Same if I manually try to import the...
View ArticleEasy Shader Management
https://youtu.be/OfLpH9_eL3U i created new tools for manage shader easy without any programming and fast
View ArticleProblem with serialise for light.range
Hello, When one does not inform the property range to all light and that it serializes the scene. you get a number => 1.7976931348623157e+308. If I information this value "light.range = 1.8" for...
View ArticleNuget package version of babylonjs
Hi, Does the Nuget package version of BabylonJS has version of package the same as BabylonJS version ? Because : - package version is 2.2.0 - BabylonJS version in package is 2.3.0-alpha
View ArticleHow to set group for CASTORGUI.GUIRadio ?
Hi, I want to set a group for CASTORGUI.GUIRadio, so that it will auto keeping only one radio button is been checked at any time. How to do that? In addition, how to get check state (been...
View ArticleCASTORGUI.GUISelect.addOptions
Hi, I use CASTORGUI.GUISelect.addOptions() with this code: var sel = new CASTORGUI.GUISelect("testSel", { x: 5, y: 10, w: 200, h: 40 }, gui, { alert("click") }, false); for (var i =...
View Articleget frustum width and height?
hi all:) how to get frustum`s width and height? or camera`s view range width and height?
View Article3D fashion retail website
Here's an example of using Babylon.js for fashion retail. Its fully-responsive and runs on mobile devices too. http://www.punkoffice.com/retail/ Its part of my portfolio which I'm putting together...
View ArticlePerformance - standardMaterial.isReady and scene.pick
Hi, Two questions related to performance tuning: 1. I don't know what StandardMaterial.isReady does, but it seems to return early in various cases. What can I do to make my materials fall into...
View ArticleBest Monster clothes ever
If only this were just a texture. http://www.reynantemartinez.com/separation-anxiety.html There are also Tutorials & Articles on this site, so thought someone might benefit. I know I need to...
View ArticleModify mesh in a particular Viewport
Hi I am trying to develop very basic 2D car game. In the game I want to show a small map on top right side of the screen which is actually same track but with a zoomed out scene so that user can see...
View ArticleAlpha rotations camera
Hi, i've been around for some time with no account. Had all my questions answered with existing topics. Now, I'm developing an interactive globe/ world with babylon. Now, is it possible to calculate,...
View ArticleSPS Finished
I'm happy to announce to you that the first finished version of the SPS in the core is now released. Everything is documented here with examples, in my bad english :...
View Article