web rendering

Winsage
March 30, 2026
Babylon.js 9.0 introduces several significant enhancements: - The Babylon.js Editor has improved rendering capabilities and functionality, providing an artist-friendly environment for building experiences on Windows, macOS, and Linux. - Inspector v2 is a complete overhaul of the debugging tool with a modern architecture, supporting custom extensions and a React-based UI. - The Lightweight Viewer has enhanced shadow rendering features and simplifies embedding 3D content on web pages. - The Playground has received upgrades including multi-file editing, ESM module imports, and local session history, along with automatic saving to local storage. - Large World Rendering and Floating Origin systems address precision loss in expansive scenes, ensuring smooth rendering and physics interactions. - The Geospatial Camera allows intuitive navigation of spherical planets with various interactive features and integrates with Large World Rendering. - Babylon.js now supports 3D Tiles for efficient visualization of large geospatial datasets, enhancing map data rendering capabilities. - A new Physically Based Atmosphere addon enhances realism in sky rendering using advanced scattering models. These updates aim to empower developers in creating stunning digital experiences.
Winsage
March 27, 2026
Babylon.js 9.0 has been released, marking the most extensive update to date, featuring new tools and enhancements for web developers. Key features include: - Clustered Lighting: Accelerates per-pixel lighting calculations by grouping lights into screen-space tiles and depth slices, improving performance in scenes with many lights. - Textured Area Lights: Area lights now support emission textures, allowing images to be used as light sources for realistic lighting effects. - Node Particle Editor: A visual tool for creating complex particle systems using a non-destructive node graph interface. - Particle Flow Maps and Attractors: Introduces flow maps for controlling particle movement and gravity attractors for dynamic effects. - Volumetric Lighting: A system for realistic light scattering through fog and haze, with configurable parameters for artistic control. - Frame Graph: A Directed Acyclic Graph (DAG) system for managing the rendering pipeline, optimizing GPU memory usage by over 40%. - Animation Retargeting: Allows animations from one character to be applied to another with different skeleton structures, enabling animation sharing across diverse characters. - Advanced Gaussian Splat Support: Enhancements for Gaussian Splatting, including support for multiple file formats, shadow casting, and the ability to create and modify splat data programmatically. These features enhance the capabilities of Babylon.js for creating immersive web experiences.
Search