john-chapman / im3d

Immediate mode rendering and 3d gizmos.
MIT License
1.21k stars 63 forks source link

Fixed DrawSphereFilled not drawing at the correct position #51

Closed jlaumon closed 3 years ago

jlaumon commented 3 years ago

Hey John, I noticed _origin wasn't used in DrawSphereFilled, so the sphere was always drawn at (0,0,0.)

john-chapman commented 3 years ago

Ah great, cheers!