Conversation
- added a requestAnimationFrame to update process
- uuid string is passed to the NFTWorker for the GL_RH matrix
|
The red cube when the marker is lost, is still visible. This should not happens because in the arNFT_example.html |
|
In a React environment i get this error: This not happens with commonJs (the code inside |
|
related to the issue #184 (comment) i tried to change the path of the config file: + ARnft.init(640, 480, "DataNFT/pinball", '/../config.json', true)
- ARnft.init(640, 480, "DataNFT/pinball", 'config.json', true)and in the production build works as usual, everything can be loaded. Probably need a different path because i add the extra path? |
|
For the react issue: i got it work with the newest version see https://github.com/kalwalt/ARnft-ES6-react/tree/upgrading-arnft Back to the objVisibility issue: Lines 142 to 147 in 8b3db27 when the msg is null ( i.e. when the NFT marker is lost) and so it is valid |
|
In the next days i will add some doc comments for Typescript and i think it will almost ready for merging. |
- camera (bool) was used by the ThreejsRenderer class, but was removed
|
I think i added all the features but i will check in the next days, with a fresh mind. |
This is the continue of PR #167, I'm reducing the changes, to avoid breaking changes. I will try to simply port the existent code to typescript.