Package net.sf.jiga.xtended.impl.game.gl

Examples of net.sf.jiga.xtended.impl.game.gl.GL2DObject


     * @param fx_loc
     * @param fx_color
     * @param fill
     */
    public static void _GLrenderCurvedShape(RenderingSceneGL gld, boolean keepBinding, final Shape shape, final int resolution, double z, int fx, Point fx_loc, Color fx_color, final boolean fill) {
        GLGeom.fx._GLpushRender2DObject(gld, keepBinding, new GL2DObject() {

            @Override
            public Shape getShape() {
                return shape;
            }
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.impl.game.gl.GL2DObject

Copyright © 2018 www.massapicom. 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.