0

I'm trying to build an AR Android app that uses Vuforia + jPCT-AE.

The jPCT is being used because it makes it easier to use objects exported from Blender, and dramatically reduces the code verbosity (when compared with vuforia stand-alone).

I would like to introduce the possibility to display a video along with different objects (e.g. a banana and a monkey ) that were rendered using jPCT-AE, however I haven't found any clues (documentation) on how to do this so I'm asking for you help and knowledge.

Thanks in advance!

ac0de
  • 260
  • 2
  • 10

1 Answers1

0

Use of vuforia video playback in this link:

Advanced Topics

The samples below show how to implement sophisticated rendering techniques in Unity and OpenGL ES to enrich your app with creative effects. A project to show you how to work with C++ on Android is also available.

  • ...
  • Video Playback
Community
  • 1
  • 1
Nima.S-H
  • 777
  • 1
  • 9
  • 19