Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Releases: ejeinc/Meganekko

3.0.10

29 Sep 07:00
Compare
Choose a tag to compare
  • MeganekkoApp.animate takes Animator
  • Add Entity.hasComponent
  • Support to instantiate with constructor which has one argument Context in XML

3.0.9

29 Sep 06:59
Compare
Choose a tag to compare

Fix #14 rotation="x y z" is now in degrees

3.0.8

27 Sep 11:54
Compare
Choose a tag to compare
  • Add component XML attribute.
  • Entity.getChildren() now returns unmodifiableList.

3.0.7

27 Sep 11:09
Compare
Choose a tag to compare

Fix animation issue #13

3.0.6

15 Sep 07:27
Compare
Choose a tag to compare

Bug fix: id="@+id/xxx" is not parsed

3.0.5

15 Sep 06:17
Compare
Choose a tag to compare
  • Bug fix: Cannot be refrected Scene's position, scale, and rotation to its child Entities.
  • Add GearVRActivity.setClearColor and setClearColorBuffer

3.0.4

15 Sep 06:16
Compare
Choose a tag to compare

Add GearVRActivity.getApp()

3.0.3

13 Sep 05:24
Compare
Choose a tag to compare
  • Removing component with class
  • Improve behavior of removing SurfaceRendererComponent

3.0.2

13 Sep 04:43
Compare
Choose a tag to compare
  • XML from res/xml is supported.
  • Add samples: 360 Video player and Facebook 360 Spatial Workstation integration

minor enhancements

13 Sep 04:42
Compare
Choose a tag to compare
  • Add lifecycle callbacks MeganekkoApp.onHmdMounted, MeganekkoApp.onHmdUnmounted, MeganekkoApp.onResume MeganekkoApp.onPause
  • Add XML visible attribute
  • Add Entity.isShown
  • Add MeganekkoApp.recenterYaw