Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Fix: vertex in loop test; using crossing method (details)
  2. Remove implicit for loops reduces temp objects (details)
  3. create source zip archives per default (details)
Commit 9e599f84bc02ef2db63b6eb1cadfa33f56dddd66 by Rami Santina
Fix: vertex in loop test; using crossing method

Changed algo for in/out test of vertex wrt arbitrary polygon
to crossing test since angle based is shown prune to precision errors
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/tess/GraphOutline.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/tess/Loop.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/tess/CDTriangulator2D.java (diff)
Commit 5ea211cde39be9669d1f2f289abbba460398f82e by Rami Santina
Remove implicit for loops reduces temp objects
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/tess/GraphOutline.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/tess/GraphVertex.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/tess/Loop.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/tess/CDTriangulator2D.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/OutlineShape.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/text/GlyphShape.java (diff)
Commit f48f1f68ed51fd83f0fa5282209b556eab39e23e by Sven Gothel
create source zip archives per default
The file was modifiedmake/build.xml (diff)