Skip to content

Version 0.2.2

Latest
Compare
Choose a tag to compare
@allejo allejo released this 18 Apr 00:25
· 2 commits to 0.2 since this release
5c8b172

Fixes

  • Meshes now respect materials with the noRadar attribute and will not draw the respective faces
  • World walls are no longer drawn if noWalls is set in the world file

Development

  • PHPStan and PHP-CS-Fixer have been updated to v1 and v3, respectively
  • @since metadata for the API has been updated to have recent values
  • Added unit tests that asserts outputs against images in the examples/ directory
  • Added GitHub Actions to run unit tests, linting, and static analysis