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

Releases: ejeinc/Meganekko

3.1.0

30 Mar 09:18
Compare
Choose a tag to compare
  • Replaced SDK to OVR Mobile SDK 1.5. (but no controller supported yet)
  • Introduce AudioEngine.

3.0.22

22 Feb 14:39
Compare
Choose a tag to compare

Fix critical bug.
Fixed a bug that occasionally chroma key will become effective.

3.0.20

30 Jan 08:08
Compare
Choose a tag to compare
  • Support for custom View <view src="my.ViewClassName">

3.0.19

30 Jan 08:07
Compare
Choose a tag to compare
  • Add LookDetector.getLookingPoint()
  • Add dome to geometry XML params. (geometry="primitive: dome; lat: 90")

3.0.17

10 Nov 08:55
Compare
Choose a tag to compare
  • Add Entity.remove() and Component.remove() to simplify code.
  • Improve timing for applying Entity's transform changes in Component.update().

OVR SDK Mobile 1.0.4

09 Nov 07:12
Compare
Choose a tag to compare
  • Remove dependencies VrAppSupport.
  • Some debug purpose methods are deleted.

3.0.15

09 Nov 07:11
Compare
Choose a tag to compare

This release contains bug. Don't use this.

Chroma key support

07 Nov 03:05
Compare
Choose a tag to compare

Add SurfaceRendererComponent.useChromaKey and SurfaceRendererComponent.setChromaKeyColor. You can specify single color to transparent. It is useful to render multi layer 360 videos.

3.0.12

17 Oct 13:44
Compare
Choose a tag to compare
  • Add HeadTransform class.
  • Some methods are deprecated. Use alternatives.

3.0.11

13 Oct 12:51
Compare
Choose a tag to compare
  • Add MeganekkoApp.enteredVrMode and MeganekkoApp.leavingVrMode callbacks
  • Refactor OVR methods into OVRApp class. OVRApp can be get with OVRApp.getInstance().
  • Refactor look detection method to LookDetector class. Use LookDetector.getInstance().isLookingAt(entity) instead of MeganekkoApp.isLookingAt(entity).