AR-js-org / AR.js-threejs

An experimental Typescript module for AR.js
MIT License
30 stars 3 forks source link

Feature improving THREEx namespace #12

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

I will add the remaining classes in the THREEx namespace and some ARjs related classes (Context, Profile, Source) so you should be able to create your own project with them. The code is taken from my previuos PR #10 in which i also tried to implement Anchor class but i had various issues that i didn't solved yet, so i decided to publish the classes that was ok. Obviously it will require some tests and maybe some bugs may arise...

kalwalt commented 1 year ago

I tested the examples and it seems that they works as expected, so i suppose that will not break anything. I will merge and will make a new release.