Beautiful effects
Just because I like it a lot:) http://www.babylonjs-playground.com/#RAIHJ
View ArticleCan't export animation with alpha change from blender
the animation in blender has change of position, rotation, scale, and alpha. but i see in the .babylon file only position, rotation, scale but no alpha. Is it normal? or who can tell me how to...
View Articleconvert whole scene to ToFlatShadedMesh
Hey guys, I have made a basic scene in blender with some lights and textures. I have set the shading to FLAT in blender however the scene in babylonjs is smooth, I know for individual meshes I can...
View ArticleFix altitude when FreeCamera moves
Guys, is there any option to fix altitude (Y-axis position) of FreeCamera when I move it? I wanna change Y position only manualy by another keys.
View ArticleHow to use DynamicTexture
Hi guys, I have this type of menu split into section (buttons). I want insert (line 111) a text in each button using a DynamicTexture but, as you can see, the text have a irregularity in the corner...
View ArticleCan i take canvas (babylon) screen shot and save it to variable?
hello Can i take canvas (babylon) screen shot and save it to variable to send it to serwer like byte[]?
View ArticleBlog about you!
I'm sharing this here because it is all about you http://blogs.msdn.com/b/eternalcoding/archive/2015/11/12/hints-for-successfully-managing-an-open-source-project.aspx
View ArticleIs it possible to export text objects from blender?
Hello everyone! I've tried to export blender scene with some text objects to Babylon.js, but text didn't get exported. So is it actually possible to export text objects from Blender into .babylon file?
View ArticleDraw rectangle and mesh selection
Hi! I'm trying to create unit (mesh) selection as it is in various strategy games(AoE, CnC (attached image) ...). After some exploring, I've came to the following, but there are a couple of steps I...
View ArticleHow to setEnabled of lines in babylon?
Hello, why when i try to serVisible in this code (z and x key), console shows that lines are undefinied? http://www.babylonjs-playground.com/#NA9IW#99
View Articlerigth to write a motion blur shader
Hi guys ! I need to write a motion blur shader, i allready got the logic.... flipping twos buffers etc .... but GLSL is a bitch and developping with babylon with thoses "bla ..." + etc is pain...
View Articletransparency of shaderMatetrial is not working.
I followed the render to texture discussion with the example of depth buffer. And I set the alpha channel in the fragment shader to zero. But the spheres the plane is not transparent at all. I have set...
View ArticleFreeCam not working
Hello everybodyI'm trying to make a 3D model explorable, but I'm having problems with the free cam and do not understand what is wrong.The scene works with a ArcRorateCamera but when I try to change it...
View ArticleUsing sprites as buttons to do different things.
Hi guys! I'm pretty new to java script and babylon. I want to use sprites that makes different result for my scene. so i tried to do coding like below //Create a manager for the Dinning's...
View ArticleConditional input of texture into a shader
Sometimes the shader I am creating will be given an image file to use as a texture sampler and sometimes it will not. In the shader when the image file is given I need the line uniform sampler2D...
View ArticleAbstractMesh.billboardMode strange behavior
Hi, people's! Have dumb question again Look, http://www.babylonjs-playground.com/#2HLGLS#2 - all is ok. Look this: http://www.babylonjs-playground.com/#2HLGLS#3 (run and click anywhere) Why...
View ArticleXbox One supporting WebGL and Babylon.js!
Hi 3D gurus, Starting yesterday, the Xbox One is now supporting WebGL thanks to the new system update. I've written a small article with 2 videos showcasing that:...
View ArticleShare simples effects !
Hi all ! There is a simple effect (i mean all is BabaylonJS natives functions) Simple Skybox + Mesh loading (80400 vertices +60 objects) + Normal mapping + Cubic environment mapping....
View ArticleCreateTiledGround Submeshes
Hi am having some problems with the createTiledGround function. I followed this tutorial and have a tilted ground but I will like to detect a mesh colliding with one of the tiles but when I try and...
View ArticleBeginner questions
Hello, i am totally new to the Babylon.js scripting framework. My first question is, how can i change the value of alpha for an material on klick event. samplematerial.alpha = 0.3; seems to be a...
View Article