Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.04 KB

v0.3.1

  • Fixes a bug in texture program (#9)

https://github.com/natario1/Egloo/compare/v0.3.0...v0.3.1

v0.3.0

  • Support for non-rect shapes in textures (#8)

https://github.com/natario1/Egloo/compare/v0.2.4...v0.3.0

v0.2.4

  • Added GlRoundRect (#7)

https://github.com/natario1/Egloo/compare/v0.2.3...v0.2.4

v0.2.3

  • Fix a bug with GlRect ([#6][6])

https://github.com/natario1/Egloo/compare/v0.2.2...v0.2.3

v0.2.2

  • Fix a bug with GlTextureProgram implementation (#5)

https://github.com/natario1/Egloo/compare/v0.2.1...v0.2.2

v0.2.1

  • New: GlDrawables can adjust their scale automatically based on viewport size. You should call glScene.setViewportSize or glDrawable.setViewportSize (#3)
  • Improvement: better GlSquare default values for rotation and radius (#3)