🔹Add Light to the Scene
// var light1 = IDE.addLighttoScene({
color: "0xff31d1" || "red",
type: "ambient",
intensity: 1,
})
// IDE.removeLightfromScene({ id: light1 })
Last updated
// var light1 = IDE.addLighttoScene({
color: "0xff31d1" || "red",
type: "ambient",
intensity: 1,
})
// IDE.removeLightfromScene({ id: light1 })
Last updated