0

This is possible to play video as background and show elements of my game over that video? I have a video and I want to this video was my background and my game was played on that video. Can I do that in AndEngine?

edi233
  • 3,511
  • 13
  • 56
  • 97

1 Answers1

0

yes you can. Check out the AumentedReality example in the Andengine examples project: https://github.com/nicolasgramlich/AndEngineExamples/blob/GLES2/src/org/andengine/examples/AugmentedRealityExample.java

Plastic Sturgeon
  • 12,527
  • 4
  • 33
  • 47
  • Hi, There is no code for playing video in the given link. Can you please provide some more information? – AndiM Mar 05 '18 at 08:39