• Register

Bright Engine is a Light-Weight C++ Rendering platform aimed towards, Real-time rendering for both Video Games and Cinematic Animations.

Post news Report RSS Bright Engine v0.1.2a Patch Notes! - Particle Revamp!

As we said at the end of the last patch notes, we’ve taken a step back from terrain sculpting to focus on optimisation and general improvements to the Engine’s infrastructure.

Posted by on

IconLogoWhite


As we said at the end of the last patch notes, we’ve taken a step back from terrain sculpting to focus on optimisation and general improvements to the Engine’s infrastructure. And so the v0.1.2 update is coming in 3 parts, a, b and c. Each one fundamentally stabilising and improving existing systems so that Bright Engine remains at the highest quality possible as we move forward into the future. This update was our complete overhaul to the particle system, introducing more advance capabilities as well as fixing a lot of the issues in older versions.

New Features

The particle got a much needed UI redesign along with a whole new suite of functions and capabilities that really push the limit on what sort of effects you can create! Animated textures now blend smoothly, particles can spin on their own axis and lets not forget the brand new Timeline Editor!

01
02

You can now create complicated Particle systems with full control over how the particles behave over their lifetime, while also having the option to still use the basic tools if you just want to quickly create an effect without needing to set up another bunch of settings!

03

Changes & Improvements

The primary purpose of this update was the new particle system however that did lead to some reworks on the World Editor side of things. In v0.1.1 particles were loaded by project with the idea being that once they are all loaded in, it will drastically reduce loading times for individual zones for larger projects. However as it turns out, it lead to some interesting problems with memory assignment, which resulted in a less efficient underlying system. So we changed it, and now particles are loaded up whenever a zone is so that only the relevant data is stored in the temporary memory, reducing ram consumption by about 2% (relative).

9 2

Bug Fixes

  • Fixed bug where pressing the done button in the environment panel caused a crash
  • Fixed bug where changing settings in the particle editor sometimes didn't update the data files
  • Fixed bug where pressing the enter key in the particle editor would cause the windows "Ding" sound
  • Particle Axial Spin now works correctly
  • Particle Alpha Strength now works correctly
  • Fixed bug where changing the particle texture didn't save into the data files.
  • Fixed bug where particle textures were being flipped upside down.
  • Fixed bug where deleted emitters in a zone were still being loading in the virtual memory
  • Fixed bug where creating a new emitter without renaming it would cause the Particle Editor to crash next time it was loaded
  • Fixed bug where adding multiple of the same particle in the scene caused the particles to accelerate
  • Fixed bug where loading a zone with a deleted particle caused a crash
  • Fixed bug where selecting an Emitter which has a missing particle from the project and then attempting to edit that emitter would cause a crash

What’s Next?

With particles out of the way, we’ll be turning our attention to the 3D rendering systems, specifically Models and how they are drawn on screen. We plan on bringing in an automatic instanced Rendering technique along with Model LOD support. We’ll also be doing a general sweep through some of the older systems of the engine’s core, such as zone loading to, bring down the loading times as well as increase the performance.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: