Thank you very much !
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menutry {
model = Loader.loadASC(new FileInputStream("/assets/terra.asc"), 4, true);
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
model.setTexture("texture");
model.strip();
model.build();
world.addObject(model);
public InputStream loadf(String fileName)
{
AssetManager am=getResources().getAssets();
try{
return am.open(fileName,AssetManager.ACCESS_STREAMING);
}
catch(IOException e){
return null;
}
}
Page created in 0.020 seconds with 12 queries.