You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
letnftAddTJS=newARnftThreejs.NFTaddTJS(nft.uuid);nftAddTJS.oef=true;// Set width, height and width and height number of segments of the PlaneGeometry.letimgConfig={w: 1,h: 0.3,ws: 1,hs: 1};nftAddTJS.addImage('Data/newspaper2_clean_hidden_small.png','newspaper2_clean',0xdddddd,660,imgConfig,false);// Set width, height and width and height number of segments of the PlaneGeometry.letimgConfig2={w: 1,h: 1,ws: 1,hs: 1};nftAddTJS.addImage('Data/puzzle.png','puzzle_bkgrnd',0xbbbbff,500,imgConfig2,false);
The text was updated successfully, but these errors were encountered:
Hi @larrykeeler12, I didn't see anything wrong in your code, can you post a link to a repository so it will be easier to understand what is going on? thank you
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?
The text was updated successfully, but these errors were encountered: