Hello All:
We have an application with an implementation of AR mode with 2D Sprites (ARSKView with sprites.)
We would now like to start adding 3D objects into the scene. My first thought was to simply transition from ARSKView to ARSCNView, but it's clear that all the sprite functionality in ARSKView does not work at all in ARSCNView.
So, it appears one can only use one or the other scene classes, and display either sprites (only) or 3D objects (only).
Has anyone else run into this limitation? Any suggestions from others about how to get around this? I would prefer to preserve all our sprite coding into ARSKView and not "reinvent the world" using 3D objects somehow (and re-invent sprite-like behaviour for most objects, which we want to keep).
Thanks,
Dan Pronovost