Skip to content

Releases: fibbojs/fibbo

v0.0.9

25 Sep 11:11
452022c
Compare
Choose a tag to compare

🚀 Features

  • feat: add light system in @fibbojs/3d
  • feat: 3d polyhedrons now uses MeshPhongMaterial by default to support shadows
  • feat: 3d models now uses MeshPhongMaterial by default to support shadows

🏡 Chore

  • docs:generate command also generate the API Reference navbar in the VitePress config

❤️ Thank You

v0.0.8

10 Sep 11:08
Compare
Choose a tag to compare

🩹 Fixes

  • fix: 2d y coordinates being inverted (specially with sensors)
  • fix: improve 2d devtools performance

❤️ Thank You

v0.0.7

08 Sep 18:05
Compare
Choose a tag to compare

🚀 Features

  • feat: add collision callback remover
  • feat: add setZoom to FCamera

🩹 Fixes

  • fix: moving component with sensors only
  • fix: onKeyDown should now be fire only one time while the key isn't released

❤️ Thank You

v0.0.6

06 Sep 15:17
Compare
Choose a tag to compare

feat: return components on collision detection
chore: update packages dependencies

v0.0.5

04 Sep 19:04
Compare
Choose a tag to compare
feat: add removeComponent method on FScene

v0.0.4

03 Sep 15:37
Compare
Choose a tag to compare

Improve 3d model texture loading

v0.0.3

03 Sep 13:53
Compare
Choose a tag to compare
  • Fixes the component computation from rigidbody transforms
  • Add rotation capabilities to FCharacterControllerKP and FCharacterControllerD