MetalWorldTextureScan icon indicating copy to clipboard operation
MetalWorldTextureScan copied to clipboard

Set texture for unscanned areas

Open 100YardDasher opened this issue 3 years ago • 0 comments

How can I cover the unscanned areas with an image using the renderer class? I managed to make it work by running the ARView while scanning and set:

planeNode?.geometry?.firstMaterial?.diffuse.contents = UIImage(named: "background")
planeNode?.position.z = -70
arView.pointOfView?.addChildNode(planeNode!)

but that causes a lot of other issues. How to do it using your renderer class?

100YardDasher avatar Nov 16 '22 09:11 100YardDasher