yes it works.I use the following :arrow:
InputStream inputstream = getFile("3ds/weapon.3ds");
Object3D[] miss = Loader.load3DS(inputstream, 2.0F);
private InputStream getFile(String File)
{
return getClass().getClassLoader().getResourceAsStream(File);
}
Thanks for the help
InputStream inputstream = getFile("3ds/weapon.3ds");
Object3D[] miss = Loader.load3DS(inputstream, 2.0F);
private InputStream getFile(String File)
{
return getClass().getClassLoader().getResourceAsStream(File);
}
Thanks for the help