All
Its been awhile so I have maybe forgotten a step or two. I am pulling xith from cvs and getting the third party jars as a combo zip. Do i need to pull any toolkit stuff or is this all covered by the above??
Trying to run the HUDTest from src using eclipse…
Problem 1: getinstance undefiend…I assume the classpath is hosed…what to do??
// initialize TextureLoader
TextureLoader.getInstance().addTextureStreamLocator(new TextureStreamLocatorFile(demoFolder));
TextureLoader.getInstance().addTextureStreamLocator(new TextureStreamLocatorFile(demoFolder.hud()));
TextureLoader.getInstance().addTextureStreamLocator(new TextureStreamLocatorFile(demoFolder.textures()));
TextureLoader.getInstance().addTextureStreamLocator(new TextureStreamLocatorFile(demoFolder.models()));