Skip to content

v0.5.0

Compare
Choose a tag to compare
@GuoLei1990 GuoLei1990 released this 02 Sep 08:05
· 1656 commits to main since this release

Animation

  • Redesign the animation system - Animator (#243)
  • Add animation event in Script(#372)
  • Add BlendShape animation for ModelMesh (#374)

Rendering

  • Redesign PBR material interface (#418)
  • Support spherical harmonics for AmbientLight(#392)
  • Add texture mode for Background (#427)
  • Support vertex color for Blinnphone (#450)

Physics

  • Add trigger methods into Script and rewrite CollisionDetection(#404)
  • Add PhysicsManager and move raycast() from Scene to PhysicsManager(#462)

Math

  • Add some commonly used methods for Color(#385)

2D