user2017366
user2017366

Reputation: 15

load a 3d model and face detection in xcode

I have been following this tutorial http://www.trappers.tk/site/2012/05/02/face-detection-with-core-image-on-live-video/ for adding an image to live video at the face position, however, now I would like to load a 3d object instead of an image, can you give me some hints about it? thx.

Upvotes: 1

Views: 964

Answers (1)

BhushanVU
BhushanVU

Reputation: 3455

You can use NinevehGL view , refer this link it loads 3D Model in a view

Upvotes: 1

Related Questions