incremental loading.. how to?
Hi All, I've looked at the documentation: http://doc.babylonjs.com/tutorials/09._Using_the_Incremental_Loading_System and it redirects to an incremental loading tool. But I have no clue how to use...
View ArticleBabylon.js armature can't move properly
Hello every one, i have an issue about loading a armatured babylon file. I have a blender file with skeleton, then i export it to babylon. when i load it in babylon my file can move but the move is so...
View ArticleCASTORGUI::GUIRadio::setChecked() not work
Hello, The GUI API: CASTORGUI::GUIRadio::setChecked(true), CASTORGUI::GUIRadio::setChecked(false) is not work. In addition, would you please set a group for some related radio buttons? So,...
View ArticleYeoman BabylonJS Generator
Today I want to share with you a new project I work on those days. The idea is to bring you a new tool to generate code for BabylonJS Imagine you want to create a quick project with BabylonJS. You...
View Articlescaling and renderOutline not working properly
Hello everyone, i'm trying to use mesh.renderOutline = true to get an outline on an object which has been scaled in one direction. But instead i get a floating plane in this direction. I guess the...
View ArticleShader Syntax Checker
It may be that everybody knows this already or that the editors you are using already do this but I will share anyway. Writing the shaders for the fur material gave me plenty of problems as I usually...
View ArticleAvatar Animation via Kinect v2
Hello everyone! I plan to use the Kinect v2 (that for xboxOne) to move an avatar in my scene. My idea was to gain the quaternions of jointOrientations and then change the appropriate bone matrix....
View ArticleParticleSystem serialize problem
1. these two is missing... both in serialize and parse. particle.minEmitPower particle.maxEmitPower 2. if i dont have an object emitter but only set a position emitter, in serialize:...
View ArticleRounded Box
Hi everyone. First of all I would like to apologize in case this topic was already discussed here but I just couldn't find an answer anywhere. I am new to BABYLON, WEBGL and also 3D Programming in...
View Articlebuild walk with shader without rigs
http://185.88.152.218/sample create texture and paint vertex with color for make morph benefits : all process in GPU size is very low fast reaction disadvantages : collision is not...
View Articletypescript compiler in webstorm...
i use typesciprt plugin in my webstorm. 1. and when the .ts file compiled autoly, it creates a .js.map file. what's mean of it? 2. and i see the class name in .ts is Vector3, and in .js it's...
View Articlesmall bug in Scene.serializer with ShaderMaterials
Hi! I found small bug in serializer. It crash, if i try serialize scene with ShaderMaterial's. Uncaught TypeError: Cannot read property 'asArray' of undefined serializeMaterial @...
View ArticleMethods of character creation
Hey, I must apologize for asking so much or in such large scale. but there's some stuff that wont just "click". I do not ask u to tell me precisely how to do but more like how its done in theory....
View ArticleHow to set scene background transparent?
i set scene.clearColor = new BABYLON.Color4(**,**,**,0); it doesn't work.
View ArticleScene.dispose() Pointer Issues
Hi Guys, I'm relatively new to Babylon.js and from what I'm seeing so far it is an excellent tool! I am however having a slight issue with scene.dispose(). I've noticed that when I call this method...
View Articlehelp to to make pixlate shader on babylon.js
I am trying to come up the pixelated shader effect as seen on three.js the three.js version http://oos.moxiecode.com/js_webgl/c64_shader/ the three.js version shader code...
View Article.babylon import position
Greetings all, I have a small issue with importing a mesh and setting the position. My scenario is this: I have "detectors" (invisible mesh boxes) in my scene. When the player mesh collides with these...
View ArticleMulti Material not working after baking a mesh
I have a box mesh that I am baking a scaling transform into because it has child meshes whose current sizes I do not want to change. I have applied a multi material to this mesh that has 6 submaterials...
View ArticleCASTORGUI.GUISpinner step size issue
Hi, I am using the excellent CastorGUI extension but am having a small problem. It seems like the step size is being ignored in CASTORGUI.GUISpinner when set to 2 instead of 1. In the code below...
View Article