EdwardLu2018 / wasm-ar

Playing around with Augmented Reality on the Web using OpenCV and WebAssembly
https://edwardlu2018.github.io/wasm-ar/
52 stars 19 forks source link

Transform Object3D(Three.js) #13

Open Carnaux opened 2 years ago

Carnaux commented 2 years ago

Hi @EdwardLu2018, I'm trying to apply the transformation matrix to a 3D object from Three.js, but I'm having some issues, have you tried that? Thanks!

grimdeathr commented 2 years ago

Where did you get with this @Carnaux

EdwardLu2018 commented 2 years ago

@Carnaux @grimdeathr There is currently no support for 3D transformations. The matrix given is a 2D homography matrix. Feel free modify the source to include a pose estimation! I can get to it when I have some free time.