Skip to content

Releases: ashqal/MD360Player4Android

Cubemap!

13 Sep 01:42
Compare
Choose a tag to compare
  • cubemap supported. Thanks to @barricas
  • working with recycler view.
  • bug fix.

M2-4-1 bug fix.

02 Jul 04:19
Compare
Choose a tag to compare

1.use context instead of activity
2.bug fx.

M2-4 is released.

13 May 08:11
Compare
Choose a tag to compare
M2-4 is released. Pre-release
Pre-release
  • 1.Picker reactor. It will be called in main thread.
  • 2.Add director camera update. You can update the pitch/yaw/pitch value in runtime.
  • 3.Get pitch/yaw/pitch value in runtime.
  • 4.Limit the value of pitch/yaw/pitch supported.
  • 5.Bug fix.

M2-3 is released.

13 Apr 08:03
Compare
Choose a tag to compare
  • MDView support.
  • Cardboard motion upgrade.
  • Bug fix.

Finally, M2-1 is released.

31 Oct 15:38
Compare
Choose a tag to compare

1.add cardboard motion mode and cardboard motion with touch mode.
2.motion with touch mode fix.
3.add notifyPlayerChanged.
4.horizontal stereo supported.
5.scale config supported.
6.bug fix.

Bug fix && TextureView supported

14 Jul 07:43
Compare
Choose a tag to compare

Bug fix && TextureView supported

TextureView supported

13 Jul 02:15
Compare
Choose a tag to compare

TextureView supported

Keep the GLContext onPause

10 Jul 13:44
Compare
Choose a tag to compare

Keep the GLContext onPause

M1-5

04 Jul 01:31
Compare
Choose a tag to compare
  • make the switch mode public. switchInteractiveMode(Activity activity, int mode) , switchDisplayMode(Activity activity, int mode) and switchProjectionMode(Activity activity, int mode).
  • add dome support.
  • add stereo support.
  • add plane support.
  • switch projection in runtime support.

M1-4

19 Jun 17:28
Compare
Choose a tag to compare

1.better way to render multi screen. note:Only one GLSurfaceView required now!!
2.add motion with touch strategy.