Ejemplo n.º 1
0
 public void SetRenderer(Engine pEngine)
 {
     this.SetOnTouchListener(pEngine);
     this.mRenderer = new Renderer(pEngine);
     this.SetRenderer(this.mRenderer);
 }
Ejemplo n.º 2
0
            // ===========================================================
            // Constructors
            // ===========================================================

            public Renderer(Engine pEngine)
            {
                Renderer.Instance = this;

                this.mEngine = pEngine;
            }