Package com.ardor3d.framework.jogl

Examples of com.ardor3d.framework.jogl.CapsUtil


    public static GLContext _parentContext;

    public JoglPbufferTextureRenderer(final DisplaySettings settings, final Renderer parentRenderer,
            final ContextCapabilities caps) {
        super(settings, parentRenderer, caps);
        _capsUtil = new CapsUtil();
        setMultipleTargets(false);
    }
View Full Code Here


    public static void registerLoader() {
        ImageLoaderUtil.registerHandler(new JoglImageLoader(), supportedFormats);
    }

    public JoglImageLoader() {
        _capsUtil = new CapsUtil();
    }
View Full Code Here

TOP

Related Classes of com.ardor3d.framework.jogl.CapsUtil

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.