Ejemplo n.º 1
0
        public virtual void DrawSphere(ref IndexedVector3 p, float radius, ref IndexedVector3 color)
        {
            IndexedMatrix tr = IndexedMatrix.CreateTranslation(p);

            DrawSphere(radius, ref tr, ref color);
        }