augmented reality - Applying 2d image to a 3d object in xcode tutorials? - Stack Overflow

时间: 2025-01-06 admin 业界

Lets say I wanted to be able to a wrap an image on to a black mug in real life using xcode/ARKit. Are there any tutorials I can look at for this?

i.e user selects an image from their phone, aims the camera at the black mug, taps the black mug, then the image will wrap around the mug in an ARView.

Currently I am able to tap an anchor and place an image to an object, however this doesnt curve the image to make it realistic.