After going through this tutorial at , I successfully implemented a system in my Forge viewer app to add sprites on mouse click.
However, I am curious if there are other parameters that can be modified besides changing spriteSize
, such as the sprite anchor point, similar to Threejs sprite .
Thank you in advance.