πΉAdd Image to the Scene
// var imageId1 = IDE.addImagetoScene({
assetName: 'Sheen_Velvet_Cair.png',
position: [0, 0, 0],
rotation: [0, 0, 0],
scale: [0.2, 0.2, 0.2],
handleOnClick: handleClickFunction
})
// IDE.removeImagefromScene({
id: imageId1
})
Last updated