ID:111489
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
DrawTriangle(rgb,x1,y1,x2,y2,x3,y3)
This procedure would draw a filled triangle based on the coordinates given.

DrawCircle(rgb,x,y,r)
This procedure would draw a filled circle at x and y with r being the radius.
Wouldn't you want these to be pixel specific?
Yes. I should have mentioned that.