Attach canvas drawed line to scene in Android
问题 I would like to attach a line drawed with canvas to a Scene. I'm using andengine library. I know that andengine provides line objects that can be draw and attached to a scene, but this is not an option for me because i'm trying to make a pretty glow line. This is how a andengine line is attached to the scene. public class MainActivity extends SimpleBaseGameActivity implements OnClickListener { //--Declaration and implementation of all overrides, etc.-- @Override protected Scene onCreateScene(