Package org.xith3d.resources

Examples of org.xith3d.resources.ResourceLocator


     *
     * @return the filled ResourceBag
     */
    public static ResourceBag loadResources() throws Exception {
       
        ResourceLocator resLoc = ResourceLocator.create("data/");
        ResourceLocator.setSingletonInstance(resLoc);
       
        resLoc.createAndAddTSL();
       
        org.xith3d.resources.ResourceLoader loader =
            new org.xith3d.resources.ResourceLoader(resLoc);
       
       
View Full Code Here

TOP

Related Classes of org.xith3d.resources.ResourceLocator

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.