Show Posts

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.


Topics - jonalibert

Pages: [1]
1
Support / Decreasing polygone count make the app more laggy !
« on: June 13, 2012, 01:02:42 pm »
Hi,

I have 1445 polygones (30 fps), I decrease the count to 289 and the scene pass to 20fps !

How is it possible ?

I use collision method for an object and a complex wall, I don't think it can be that. collideOffset is set to 20 000, because I create numerous polygons more the scene is old.

Thank you for reading

2
Support / Disable adb Logs
« on: June 12, 2012, 05:11:36 pm »
Hi,

Is it possible to disable jpct ae logs ?

TY

3
Support / Distance View
« on: May 27, 2012, 02:10:00 pm »
Hi,

How to increase just a little bit the distance view ?

With the Camera documentation I didn't see something which allow to do that.

Thank you for any answer.

Jo

4
Support / Texture rendering bug - SGS2 DEV
« on: May 25, 2012, 11:44:02 pm »
Hi,

I have some trouble with texture rendering (floor), with this code, I obtain :

Texture texture2 = new Texture(BitmapHelper.rescale(BitmapHelper.convert(getResources().getDrawable(R.drawable.vertpic)), 64, 64));
TextureManager.getInstance().addTexture("vertpic", texture2);
            
floor = Loader.load3DS(is, 500)[0];
floor.scale(10);
            
floor.setCulling(Object3D.CULLING_DISABLED);
floor.rotateX((float)Math.PI);
floor.setTexture("vertpic");
world.addObject(floor);



Where do you think it come from ?

TY for any answer

Jo

Pages: [1]