webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
131 stars 25 forks source link

Overlay 2D text #74

Closed sunshine8550 closed 2 years ago

sunshine8550 commented 3 years ago

Can jsartoolkitNFT overlay 2D text?I want to mark his name, color and other text on the target, I wonder if it can be achieved?How?I have studied for a long time and have no solution. I hope to get your help. Thank you!

kalwalt commented 3 years ago

Hi @sunshine8550 JsartolkitNFT have not this functionality. In the examples all rendering is done by Three.js library. Said this, if you want to add this in your project you should use the Css3d renderer with Threejs, @Carnaux did this with Jsartoolkit5 ( if i remember correct). I know that babylonjs has nice features for overlays, but i never tried directly with JsartoolkitNFT, i'm trying to implement Babylonjs with my ARnft library, but it's a WIP...