I'm developing a simple scene editor in Away3D, where the user can import, arrange and transform objects. In order to simplify the user process, I've created a gizmo object which appears over the selection (basically three arrows for click-dragging), but this can be obscured by other objects if they're in front of the selection, relative to the camera - is there any way to turn off depth-buffering for a given object/group, so that it is always rendered in front of the other objects in scene?
Thanks in advance