Example #1
0
        public void render(Camera c)
        {
            Location l = new Location();

            this.render(l.getPositionMatrix(), c);
            l.Dispose();
        }