ARnft-threejs
ARnft-threejs copied to clipboard
A rendering package for https://github.com/webarkit/ARnft
I'm certain I'm just missing it, but for some reason I can't seem to find (or generate) a non-minified version of the ARnftThree.js? Does anyone know what the correct npm...
I have two markers, each with their own image, with different configuration ... It doesn't appear that the config/scale/etc is respected for each addImage -am I doing something wrong? ```js...
Hello I'm trying to create a 3D TEXT object which will replace the red cube. I loaded a font and create a 3D Text and add into the scene but...
Hi , can you explain how to change video size (height and weight) and it's position related to tracked image ? I want my video cover all image.
Hi, I am facing problem in loading OBJ & MTL 3D model using ARnft. Is there any example for this case? As i know using addModel function can only apply...
The ratio setting https://github.com/webarkit/ARnft/blob/fd16f66908451c95174dacb4ee36c90c344304ff/examples/arNFT_example.html#L37 gives NaN. In some circumstances is very bad see for example this comment https://github.com/kalwalt/kalwalt-interactivity-AR/pull/46#discussion_r792991149 PR https://github.com/kalwalt/kalwalt-interactivity-AR/pull/46 where the wrong setting and data may give unpredictable results....
This PR will add a simple function to remove model or meshes from the NFTaddTJS instance. I will provide some piece of code for testing and some examples.
Hi Guys, is there any way to remove added model? I can only find these functions: - add - addmodel - addImage - addVideo can someone help me please figure...
Hi guys, I am trying to achieve an AR experience for the Restaurant menu, so multiple models involved in this project. How can I achieve toggling multiple models on a...
How do turn off the visibility of an added 3d model? I tried this code for toggling visibility, but its not doing anything. code: `nftAddTJS.objVisibility=false;` Any help is appreciated. Thank...