what's new.md 1.8 KB

3.3.0

Major updates

Updates

Core Engine

glTF Loader

  • Add support for KHR_texture_transform (bghgary)

Viewer

  • No fullscreen button on small devices (RaananW)
  • Nav-Bar is now disaplayed on fullscreen per default (RaananW)
  • Viewer configuration supports deprecated values using the new configurationCompatibility processor (RaananW)

Bug fixes

Core Engine

  • Fix shadowEnabled property on lights. Shadows are not visble anymore when disabled (sebavan)
  • Physics unregisterOnPhysicsCollide didn't remove callback correctly #4291 (RaananW)
  • Added missing getter and setter for global exposure in ColorCurves (RaananW)

Viewer

  • Fix Navbar Interaction on Mozilla/Firefox (SzeyinLee)
  • Fix Animation Slider Interaction on Mozilla/Firefox (sebavan)
  • Fix Animation Slider Clickable area size Cross Plat (sebavan)
  • Ground material didn't take the default main color is no material definition was provided (RaananW)

Breaking changes