Add attractors/reppels to your partciles system
Hi guyz ! I have to clean up a bit and optimize the code, but here is what i get playing with the particles system updateFunction. Maybe someone was looking for something similar, so i...
View ArticleNew Babylonjs.com responsive website is live!
Hi! I’ve spent of lot of my free time recently to work on an upgraded version of babylonjs.com to be responsive across devices: http://www.babylonjs.com The new site uses Media Queries of course,...
View ArticleAre Blender actions usable now?
Can we use blender actions for animations within babylonjs? I see an old post on here that states you cannot use blender actions? I was wondering if this had changed in recent updates or do we need to...
View ArticleUnity 5 to Babylon - Pulling My Hair Out
Ok, so maybe I'm just a little frustrated. I've built countless Unity apps, all programmed in fairly complex C#. But I can't for the life of me figure out how to implement a damn scene exported from...
View Article3D video (underwear - maybe not safe for work)
This is just another experiment with animation and making it work on mobile devices. If anyone has any issues viewing it, please tell me http://www.punkoffice.com/barb/ I can only use 25 bones...
View ArticleRelease date in dist files
Hi, Where has the release date gone in the compiled versions (max and min) of BJS ? Back to some month ago, at the begining of the files there was a /*! Babylon 2014-12-04 */ Really really...
View ArticleCustom Material - Animation
Hello! I have been playing around with babylons animation features and I am curious if it is possible to connect a BABYLON.Animation to a custom material / a ShaderMaterial? Thanks!
View ArticleTexturing/UVmapping polygons in a complex shape generated by...
Hello! I'm having trouble figuring out the how to map specific parts of a larger image to specific polygons forming a complex shape created by through the PolygonMeshBuilder. After hours of...
View ArticleNovember Challenge - Results
Wow! That was quite a month. Who learned anything new about shaders? I know I did. I learned that it is a serious business. And a serious business one must learn! We have 3 submissions to this...
View ArticleSceneLoader.Load from object
Hey, Babylon Professors! I have *.babylon file exported from Blender. Whole scene with objects, lights, materials. I need to replace whole scene many times in my SPA with several different scenes. And...
View ArticleUnable to get Second Camera to Render to Material
I'm trying to get a rear view rendered onto a mesh. Here's one version that doesn't work, it uses the forward camera. I'd like to see the rear boxes in the upper left corner rather then the spheres....
View ArticleFound a serializer bug.
in line 119 & 120rotation: instance.rotation.asArray(),rotationQuaternion: instance.rotationQuaternion.asArray(), the instance mesh may only have one of above, so it will show wrong:...
View ArticleNewbie question : Video texture repeat ?
Hi, That question might sound 'newbie' to you but I can't seem to find a way to repeat a video texture : Standard material usually repeat themselves in this example : var box =...
View Articleblender exporter
Hello, I'm trying to export blender models to babylon. some of the models I've exported successfully, but some models have errors during exporting. My blender version is: 2.76 and exporter: 3.0.6....
View ArticleBabylon.js: Building a Basic Game for the Web on MSDN
Just wanted to share this :-) https://msdn.microsoft.com/en-us/magazine/mt595753
View ArticleAnother way of getting picture for new BABYLON.Texture(path, scene)
Hi, Babylon Professors! I'm changing textures of my objects by dragging and dropping some stuff inside my html document. And when I'm calling this line: scene.materials[x].diffuseTexture = new...
View ArticleCamera not supported on iPad, iPhone?
Hello, FreeCamera, ArcRotateCamera, FollowCamera can work on PC (windows), but these cameras can not supported on iPad, iPhone except ArcRotateCamera. There is no response when I touch or touch...
View ArticlecomputeWorldMatrix is not a function
I had some time to mess around with my project some, and I'm getting this error with the latest build... TypeError: t[o].computeWorldMatrix is not a function. I don't use this function at all... any...
View ArticleCollision not working with ArcRotateCamera
Hi, While working with ArcRotateCamera, the camera just passes through the box, instead of stopping, when it collides with a mesh (as mentioned here:...
View ArticleAnimations export problems
Hi all! I have one problem with export models with animation to babylon format. First, I have some models from mixamo in .dae format. I import one of that models into blender (2.76), and all working...
View Article