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
Being derived from jGL, it contains workaround to deal with missing GL functions in jGL which will not be needed in Panama. Review all NotImplementedException such as the one used in
glRaster3f
glEnable_PolygonOffsetFill
...
Move some methods to AbstractPainter in Jzy3D instead of being repeated in every Painter
getTextLengthInPixels should be moved to AbstractPainte
version(..) (should be used in all canvas that expose the getDebugInfo() method)
glGetString()
The text was updated successfully, but these errors were encountered:
Being derived from jGL, it contains workaround to deal with missing GL functions in jGL which will not be needed in Panama. Review all NotImplementedException such as the one used in
Move some methods to AbstractPainter in Jzy3D instead of being repeated in every Painter
The text was updated successfully, but these errors were encountered: