Main Menu
Menu

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.

Show posts Menu

Messages - zhangbo8808

#1
Support / Re: About overlay class
July 12, 2012, 09:28:55 AM
thank you, I got it. very low gradewrong. I thought the L+B is the origion(actually the L+T). so my overlay is out of my screen
#2
Support / About overlay class
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?
#3
Support / Re: How to create terrain?
July 08, 2012, 02:27:50 PM
sorry for late reply, thank you EgonOlsen, I will try
#4
Support / Re: Some question about load 3ds file
July 05, 2012, 05:36:56 PM
ok,I know, the 3d object I export from 3dx is empty...
#5
Support / How to create terrain?
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)
#6
Support / Re: Some question about load 3ds file
July 01, 2012, 04:34:45 AM
Maybe something wrong not like you said...
I moved the camera and changed the scale of my character, but it didn't work.
Besides, I added "Log.e("startLoadModel","startLoadModel");"  and "Log.e("completeLoadModel","completeLoadModel");" around the "thing = LoaderMana.loadModel("walktest.3DS", scale);". but the logcat only show "startLoadModel".
The last sentence of logcat show abou jpct is "Name in hierarchy found $$$DUMMY"which I could't understand.
why?Can anyone help me?
#7
Support / Re: Some question about load 3ds file
July 01, 2012, 04:05:44 AM
thank you,I will try....
#8
Support / Some question about load 3ds file
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).
#9
Support / About SkyBox
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..
#10
Support / Re: help me,please
May 30, 2012, 04:01:01 AM
thank you!
#11
Support / help me,please
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