Good morning, I'm trying to create an object which always points to the camera regardless of the position of the same, always pointing when the focus of the camera viewing the object. someone in the forum that usually help much told me he could do with a Sprite2D and told me that in this way, but I do not use bitmapData, and I failed to declare the image in any way please need help thanks!
var mySprite2D: Sprite2D = new Sprite2D (mybitmapData, (alpha: 1, x: 0, z: 0, y: 0, scaling: 1)); view.scene.addChild (mySprite2D); thanks for all
