mirror of https://github.com/rusefi/jzy3d-api.git
clean
This commit is contained in:
parent
c0bd151726
commit
07dc41796d
|
@ -15,3 +15,5 @@ target
|
|||
*/.settings
|
||||
|
||||
jzy3d-jdt-core/.classpath
|
||||
|
||||
jzy3d-api/data/objfiles/dragon.obj
|
||||
|
|
|
@ -2,6 +2,7 @@ package org.jzy3d.plot3d.rendering.canvas;
|
|||
|
||||
import org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy;
|
||||
import org.jzy3d.plot3d.rendering.view.View;
|
||||
import org.jzy3d.plot3d.text.renderers.TextBitmapRenderer.Font;
|
||||
|
||||
import com.jogamp.opengl.util.Animator;
|
||||
|
||||
|
|
|
@ -45,9 +45,7 @@ public class TextBitmapRenderer extends AbstractTextRenderer implements ITextRen
|
|||
* non ascii caracter will be replaced by a square.
|
||||
*/
|
||||
public TextBitmapRenderer() {
|
||||
super();
|
||||
font = GLUT.BITMAP_HELVETICA_10;
|
||||
fontHeight = 10;
|
||||
this(Font.Helvetica_10);
|
||||
}
|
||||
|
||||
public TextBitmapRenderer(Font font) {
|
||||
|
|
Loading…
Reference in New Issue