Skip to content

Dagon 0.18.0

Latest
Compare
Choose a tag to compare
@gecko0307 gecko0307 released this 10 Dec 20:13
· 24 commits to master since this release
  • Assets
    • OBJ groups support (#78). OBJAsset now provides groupMesh property that can be used to access individual groups
  • Extra
    • dagon.extra.starfieldsky - a star field shader for space/night scenes
  • Extensions
    • dagon:newton:
      • Breaking change: new radius parameter for NewtonCharacterComponent constructor: this(NewtonPhysicsWorld world, Entity e, float height, float radius, float mass)
    • dagon:iqm:
      • New properties Actor.looping, Actor.state.finished
      • Fix a bug with facegroups in IQM loader
  • Misc
    • Dagon and extensions now use bindbc-loader 1.1.4, bindbc-opengl 1.1.1, bindbc-sdl 1.4.8, bindbc-freetype 1.2.6, bindbc-newton 0.3.1. Patch versions are hardcoded now to avoid compatibility issues.