Draw bitmap on target

0 votes
asked Dec 17, 2017 by breakpoints (140 points)
Hi! If i have for example a .png image, which I can load into memory as bitmap, is there any possibility to draw this bitmap on target without calling open gl functions? Thanks in advance.

1 Answer

0 votes
answered Dec 17, 2017 by albert52 (31,850 points)
Hi,

That's one way to do it. You can try it
commented Dec 18, 2017 by breakpoints (140 points)
So what is the way to do it?
commented Dec 19, 2017 by m3night (930 points)
You can do it using unity editor, one way is to add a canvas and add an image to your canvas ...
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...