You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ellipse drawing is approximative and aliased, proper way to get a clean circle is probably through a shader
- also optimized/prevented buffer allocation when drawing shapes in WebGL (by passing the _glPoints (former _linePoints) array and the actual "used" len to the drawLine method)
grouping other tickets under this one :
me.Ellipse
do not support rotation and scaling (including for collision test)me.Ellipse
collision tests only work with circlesme.Ellipse
strokeEllipse()
andfillEllipse()
are not implementedThe text was updated successfully, but these errors were encountered: