Skip to content
Robert Konrad edited this page Jul 31, 2016 · 15 revisions
  • 2016-07-31: khafiles are now asynchronous. They don't return project anymore, instead they resolve(project). Implemented in ae80da9
  • 2016-07-10: (Fast)Matrix4.perspectiveProjection used to take degrees for the fovY parameter. No more! Implemented in a8584b4.
  • 2016-07-03: Lots of objects in kha.graphics4 now have delete methods which have to be called to release GPU resources. Previously that happened automatically in native backends and not at all in the html5 backend. Implemented in 9da807b.
  • 2016-06-26: The android-native exporter has been updated and now exports projects for Android Studio 2 (specifically tested with Android Studio 2.1.2). This breaks compatibility with earlier releases of Android Studio. Implemented in 98b615b.
Clone this wiki locally