Announcing Babylon.js 3.0

Windows

Windows
Please, Log in or Register to view URLs content!
is an open source framework that allows you to create stunning 3D experiences in your browser. Built with simplicity and performance in mind, it is the engine that fuels the
Please, Log in or Register to view URLs content!
site or the
Please, Log in or Register to view URLs content!
.

Today, I’m thrilled to announce the availability of Babylon.js’s biggest version ever:
Please, Log in or Register to view URLs content!
. This version is packed with incredible features, but before listing some of them, I want to thank the awesome community behind this release. I’m humbled by the number of external contributors (120+) who dedicated their time to help build this great framework. They have made possible this 46th release of Babylon.js.

Please, Log in or Register to view URLs content!


Here is a quick overview of a few features included in
Please, Log in or Register to view URLs content!
of the framework.

Support for WebGL 2


WebGL 2 is a great step forward for 3D developers as it allows more control over the GPU. The support for WebGL 2 is completely transparent with Babylon.js 3.0. This means that the engine will automatically use WebGL 2 if available, and it will fall back to WebGL 1 if not. Mode details can be found
Please, Log in or Register to view URLs content!
.

Support for WebVR 1.1


With a single line of code, you can now unleash the power of virtual reality directly in your browser. Babylon.js 3.0 supports all VR devices, including the new
Please, Log in or Register to view URLs content!
. Babylon.js can also transparently use WebVR 1.0 if your device does not support the latest version of the specification (Gear VR for instance). It also supports using device orientation events to provide virtual reality on mobile.

You can visit the Build 2017 website to watch a complete session about
Please, Log in or Register to view URLs content!
.

Please, Log in or Register to view URLs content!


You can find the Sponza demo
Please, Log in or Register to view URLs content!
.

Support for glTF 2.0


glTF is a file format for GL APIs. With Babylon.js 3.0, we added complete support for loading glTF 2.0 files (including physically based rendering materials).

This version was
Please, Log in or Register to view URLs content!
by Khronos group. glTF will help the 3D ecosystem to enable all new ways to create, share and consume 3D.

Improved physically based rendering (PBR)


The PBRMaterial used to render physically based objects was completely rewritten. It is now more accurate and better aligned with GLTF2.0 specifications. This material can be used to simulate real life lighting and provide photorealistic scenes.

You can find a live demo
Please, Log in or Register to view URLs content!
.

Please, Log in or Register to view URLs content!


Introducing Babylon.GUI



The Babylon.js GUI library is an extension you can use to generate interactive user interface. It relies on hardware acceleration to produce a fast and light way to deal with user interaction.

The Babylon.GUI extension can be helpful with VR scenarios when you cannot display HTML elements. It can also be used to project your UI in 3D. In this case, the UI will be textured on a 3D object but will remain
Please, Log in or Register to view URLs content!
.

Support for morph targets


Morph targets are a great way to animate objects by using morphing between different targets. This technique is widely used to animate character heads, for instance.

Please, Log in or Register to view URLs content!


You can find a technical demo
Please, Log in or Register to view URLs content!
.

Support for live textures using WebCam


You can now create project webcam content to any textures in your world. This could be used to simulate mixed reality experience or apply some fun effects like in this ASCII art
Please, Log in or Register to view URLs content!
.

Please, Log in or Register to view URLs content!


Developer story


Version 3.0 is not only about features. It is also about enabling developers to achieve more with less code.

To fulfill this goal, we introduced a new version of our
Please, Log in or Register to view URLs content!
where you can search for tutorials and classes documentation as well as playground samples.

The
Please, Log in or Register to view URLs content!
is a central tool for Babylon.js where you can learn by experimenting with live coding editor. Using the code panel on the left, you can discover at your pace the features of Babylon.js, thanks to our integrated code completion helper:

Please, Log in or Register to view URLs content!


With more than 150,000 samples in the playground, we were sitting on top of an immense knowledge base for developers.

Therefore, we added the
Please, Log in or Register to view URLs content!
to our documentation to let you search for live code samples (either using sample title, description, tags or code):

Please, Log in or Register to view URLs content!


We also thought about advanced WebGL developers with
Please, Log in or Register to view URLs content!
, which is a fully functional WebGL (1 and 2) debugger. This tool is a must-have if you must deal with WebGL in depth, as it will expose in an easy-to-read way all the inner details of the rendering of every frame:

Please, Log in or Register to view URLs content!


We really hope you will find this new version useful and exciting. If you want to know more or just want to experiment with our latest demo, please visit
Please, Log in or Register to view URLs content!
.

If you would like to contribute, please join us on
Please, Log in or Register to view URLs content!
!

Please, Log in or Register to view URLs content!
 

Users who are viewing this thread

Top