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 - zhangbo8808

Pages: [1]
1
Support / About overlay class
« on: July 11, 2012, 12:45:36 pm »
I want to show some pictures above my screen(for example,arrow/up/down/left),so I use overlay.
I wrote like this:

Texture arrowdown=new Texture(BitmapHelper.rescale(LoaderMana.LoadBitMap(R.drawable.arrowdown),128,128));
TextureManager.getInstance().addTexture("arrowdown",  arrowdown);
Overlay down = new Overlay(world, 128, 128, 256, 0, "arrowdown");

But the arrow did't show,Is there any problems?or is there any other ways?

2
Support / How to create terrain?
« on: July 05, 2012, 05:32:56 pm »
I want to create a terrain using jpct-ae. and the terrain may contain high mountai, river and so on.
any idea about how to realize it with jpct-ae?
I'm very very very wonder how "Topic: Thinking about some RPG..Android version" did it? (http://www.jpct.net/forum2/index.php/topic,2471.0.html)

3
Support / Some question about load 3ds file
« on: June 30, 2012, 05:08:46 pm »
I encountered some troubles when I  loaded a 3ds file.
The file I used has been upload to "https://rapidshare.com/files/3587059474/Chap05_05_Final.max". you can click "download" to down it.(which you must have the 3dmax software)
The file is a animation course, it contains a lot of key frames of a character.
I export one of the frame to a 3ds file use "3dmax".
But when I load the 3ds model. The screen is black, the code I used I think is correct because it displayed correct when I loaded a cube which is 3ds format
Can anyone help me?
(the 3ds file I used is "https://rapidshare.com/files/492188704/walk.3DS", you can click download to get it).

4
Support / About SkyBox
« on: May 30, 2012, 11:10:36 am »
I used the SkyBox to create the sky:
1:The picture I used is 512*512, include five pictures(front, back, right, left, top)
2:The SkyBox size is 1024.(because I see "The box will extend in all directions by half the size when viewed from the center");
but my sky become deformed around these edges of pictures. why...?

And there is another question...
I want to make a sence, and I will create the sence in my 3dmax,and then,export each of the model as 3ds file in the sence to jpct-ae,and then every model is located in the right place,is that right...?

thanks..

5
Support / help me,please
« on: May 29, 2012, 11:32:31 am »
first....my english is poor...
my question is..
how to make a "sky" using jpct-ae, I only have some sky picture, are them useful?
thank you very much

Pages: [1]