Package com.jogamp.opengl.util.awt

Examples of com.jogamp.opengl.util.awt.TextureRenderer.markDirty()


    g2d = textRenderer.createGraphics();
    g2d.setColor(Color.white);
    //coordinate are inversed: 0:0 is top-left.
    tl.draw(g2d, 3, height - 3);

    textRenderer.markDirty(0, 0, width, height);
    return textRenderer;
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.