Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
I've got a button that changes the videos in an array, labeled textures. The button then cycles through X, where X is a variable number between 1 and 5 and sets the image object's texture as the video. The video by default is set to autoplay off but volume is set to 1.0. function changeVideo(x) { var newMat =…