Can you help me?

I am gonna build AR project.
this project is one that is placed the chair in the room picture from phone’s camera.
Can you help for building this project?

I can help! For your AR project, you can use Three.js with WebXR or AR.js. Set up a Three.js scene with camera, renderer, and lights, then use the phone’s camera as the background. Load a 3D chair model in GLTF or OBJ format and place it in the room using AR features to detect the floor or surface. You can also make it movable, rotatable, or scalable.

You can check an example here: https://theneoverse.web.app/#wrist-demo&&daytona

I can put together a simple starter code if you want.

2 Likes

Thanks for sharing your knowledge.

1 Like