WaterMaterial is not defined
Hello, So I am trying to create a water texture for my scene. I loaded the waterMaterial.js, water.fragment.fx, and the vertex.fragment.fx files with a bump map into my water directory. However, when I...
View Article[help]Controllable 3d character model
Hi, Gave up on blender, 3ds max was much much more simple.. import files & export to babylon.. even the animations contained in seperate .fbx files were automaticly added to the model when...
View ArticleMesh(Plane) need to always look at ArcRotateCamera
Hi, I want a 'Plane' which always should look at Camera, iam using ArcRotateCamera; Note: The Idea is, i have a 3d Building and placed Escalator symols(Plane with escalator symbol as texture) on...
View ArticleCASTORGUI::GUISelect not work in a panel of a window.
Hello, CASTORGUI::GUISelect works well in web client , but does not work if it is added in a panel of a window. var myselect = new CASTORGUI::GUISelect("myselect", {x:5, y:5, w:100, h:40}, guisys,...
View ArticleLoading several babylon scenes ?
Hi guys ! Has anybody a simple example of loading .babylon files with the sceneLoader, and switch rendering between those two ? I seems i can't have it work properly. The sceneLoader.load() doesn't...
View ArticleComplex materials from Blender to Babylon.js (crash)
Hi all, First post here. Hello! I have some complex models I want to export to babylon, but seems that I made the exporter crash. These models are using a couple of textures both plugged to color...
View Article[FEATURE REQUEST] Guidlines in how to use with webpack, or make es6 module...
Hi I've posted a question here: http://stackoverflow.com/questions/34442513/how-to-es6-module-import-babylonjs-in-webpack Basically I can't get this to work with webpack import BABYLON from...
View ArticleInterface questions
Hello again, i am still not quite far in developing with babylon.js. Most people here are deep into programming, but i can´t build connections between interaction and 3D Webgl publishing. What would be...
View ArticleBlender -> babylon.js material questions
Hey everyone. I couldn't find any information on this matter anywhere, looked through the forums and the documentation with nothing... 1. How would I go about when creating a scene in blender (with...
View ArticleTrouble with width/height options on CreatePlane
I am building a racquetball court. (for a first person racquetball game.) I am having trouble customizing the width and height options for CreatePlane. I found this thread. It looks like i'm doing...
View ArticleNetwork storage of ressources for BJS demo on playground
I have just contribute to BabylonJs with playground recently. This trig a few question on how to handle storage of resources around the playground. I mean texture images, or shader code. Here is the...
View ArticleMerry Christmas !
A little before due time, but i wish all the Babylon time a merry christmas. May you have a very productive year, full of surprises and achievements ! Fastmade webgl 3D card, babylon.js powered, of...
View ArticleTwas The Night Before Christmas
Well here is my Christmas card for the BJS forum. Basically some memories of Christmas past - all rolled into one. A story of some of my Past Christmas eves. Twas The Night Before Christmas As far...
View ArticleedgesWidth and ORTHOGRAPHIC_CAMERA
Guys, i've got problem with drawing edges of meshes. If (edgesWidth > 1) the edges is drawing disproportionately on ORTHOGRAPHIC_CAMERA here is the demo...
View ArticleMerry Christmas !
Hello Here is our little tribute to the Babylon.js community for holidays : http://keyveo.com/christmas/ Merry Christmas to the Babylon.js community
View ArticleSlack channel
Hey guys, can we create a slack channel for easier communication? This could be used for quick questions that don't warrant posting in the forums?
View ArticleTron like grid for units
I would like to have Tron like grid for units, I have extracted the code for this to a class: import Common from "./Common"; /** * * The ground (actually a grid in space) that the game sits upon */...
View ArticleHow to limit the movement of free Camera?
I want to limit the rotation of freeCamera up and down. Because if the FPS shooter used cars or tank then when you turn it down, it buries itself. And the tank can't be at 90 degrees to the sky or...
View Articlevelocity/impulse
Is there some built in way to find the velocity of an object? Was hoping to build in a maximum velocity and variable impulse for my spaceship game but was having trouble finding out whether or not an...
View ArticleHow to listen to a click anywhere on scene except for certain objects
Hi all! In my game http://quantuminformation.github.io/Density-Wars/ You can select units by clicking on them and a bounding box shows it as currently selected. If a user clicks anywhere on...
View Article