Technical

Posts related to application and web development.

A Month of Babylon JS
|

Babylon JS Day 7

I spent my education time today reading the documentation for the GUI system in Babylon JS. This came with a ton of playgrounds to look at, some that included interesting examples of the core features. Highlights include: There are two main GUI modes. Full Screen (screen-space) can be used to create HUDS, overlays, menus Texture…

A Month of Babylon JS
|

Babylon JS Day 4

Today I completed the final two chapters of the Babylon JS Getting Started guide. These chapters focused mostly on lighting and cameras, but also briefly touched on GUI. Today’s interesting items are Babylon JS has all the common 3D lighting types that I would expect. It has point, directional, spot, and hemispheric (ambient) lights. Hemispheric…