Package org.xith3d.resources

Examples of org.xith3d.resources.ResourceBag


        loader.addRequest(new TextureResourceRequest("Foreground.png", ResourceNames.FOREGROUND));
        loader.addRequest(new TextureResourceRequest("Hourglass.png", ResourceNames.HOURGLASS));
        loader.addRequest(new TextureResourceRequest("Xith3D.png", ResourceNames.XITH3DLOGO));
       
       
        ResourceBag resBag = loader.loadResources(new DummyProgress());
        ResourceBag.setSingletonInstance(resBag);
       
        return resBag;
       
    }
View Full Code Here

TOP

Related Classes of org.xith3d.resources.ResourceBag

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.