yshrkt / VuforiaSampleSwift

Vuforia sample code with SceneKit using Swift
MIT License
123 stars 24 forks source link

displaying content from multiple targets ? #56

Closed nleclerc closed 5 years ago

nleclerc commented 6 years ago

Hi, i want to make it so i can display some AR content for multiple targets at the same time on the screen.

I'm not really versed in opengl so it's a bit of a challenge. That said for what i understand the current way it works is that the camera is placed relative to the scene not the other way around.

Is that correct ? Any tips on how to proceed ?

Thanks.