brandonborkholder / glg2d

Graphics2D wrapper for JOGL
77 stars 31 forks source link

ensureCapacity() and SimpleOrTesselatingVisitor#moveTo fix. #28

Closed michaelzangl closed 9 years ago

michaelzangl commented 9 years ago

ensureCapacity() currently only works for small increments in capacity.

SimpleOrTesselatingVisitor bad a bug on a moveTo.

(work from my GSoC project: Accellerating JOSM by using OpenGL)