particularSystem's worldOffset bug

After changing the ‘worldOffset’ property of the particle system and saving it as a .babylon file, the particle positions remain unchanged when loading the file again next time

The worldOffset property was not serialized. Here’s the fix:

2 Likes