Package com.monkygames.wo.utils

Examples of com.monkygames.wo.utils.BaseTable


    private AssetManager assetManager;

// ============= Constructors ============== //
    public Avatar3DLoader(){
  baseTable = new BaseTable(this);
        assetManager = JmeSystem.newAssetManager(Thread.currentThread().getContextClassLoader().getResource("com/jme3/asset/Desktop.cfg"));

    }
View Full Code Here

TOP

Related Classes of com.monkygames.wo.utils.BaseTable

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.