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.


Messages - qjvictor

Pages: 1 ... 3 4 [5] 6
61
Support / It is an anti-alias issue.
« on: November 29, 2006, 03:59:33 pm »
It is an anti-alias issue.
Any body has the solution in jPCT with hardware renderer?
Change the setting of hardware is not a good way to solve it.

62
Support / ok, I've sent my screenshot to your email, please check it.
« on: November 28, 2006, 09:33:43 pm »
Thanks.

63
Support / 2 questions when using JPCT
« on: November 28, 2006, 09:17:07 pm »
1. will the Loader.load3DS() method load all the objects in a .3ds file? If the objects are the children objects of others.
    I find some objects in 3ds file are not loaded.
2. Some objects show sawtooth effect, how to solve it?

Thanks.

64
Support / I need the world looks like a real world.
« on: November 23, 2006, 11:10:17 pm »
if I want to my 3d world looks like a real world, is it correct that I set the light as following:
Code: [Select]
world.getLights().setOverbrightLighting(Lights.OVERBRIGHT_LIGHTING_DISABLED);
world.getLights().setRGBScale(Lights.RGB_SCALE_2X);
world.setAmbientLight(100, 100, 100);


Thanks

65
Support / SOFTWARE render
« on: November 23, 2006, 05:53:26 pm »
The line's position will be changed according to the position of a 3D object in the screen. It depends on the camera's angle.
Is there any method to change the 3D position to 2D position in screen?

66
Support / how to draw a 2D line with color in 3D world?
« on: November 23, 2006, 04:45:58 pm »
I need a 2D line to split the 3D world, and the 2D line should be in red or green, how could I do this?
and what's the pixel position of 2D line?

Thanks.

67
Support / I fixed the problem.
« on: November 23, 2006, 04:40:39 pm »
after I change the speed, make sure every step is small enough, the shaking problem is solved.
thanks.

68
Support / I found the reason, but don't know how to solve it.
« on: November 22, 2006, 10:25:08 pm »
Thanks for your reply.
It is because the defferent speed of every object.
for example:
     due to the different speed, the distances between the leading object and other objects are changing per 10 ms, and my camera is always looking at the leading object, so from this camera's view, the other objects are shaking,  for example, the first 10 ms, object 2 is behind 3 pix to the leading one, after 10 ms, object 2 is behind 5 pix to the leading, and maybe after another 10ms, object 2 is behind 1 pix to the leading.  I make the camera focus on the leading one, so it seems that the object 2 keep on shaking.

But I don't figure out how to solve this.

69
Support / yes, a thread controls the objects' movement
« on: November 22, 2006, 04:00:37 pm »
A thread reads position data from database, and move the objects to the position. The problem is when the objects move to the specified position, the objects keep on shaking. That means the movement is not smooth as excepted.
Any body can give me some tips about this question?

70
Support / thanks for your answer.
« on: November 21, 2006, 09:14:58 pm »
you really help me a lot.

71
Support / how to solve the shaking problem?
« on: November 21, 2006, 09:14:07 pm »
I have some objects moving in my 3D game, but when the objects move, the whole screen looks a little bit shaking, which is not acceptable. Could I adjust some parameters in the Config or World or Camera to solve such a problem?

thanks.

72
Support / how to change the color of the blit from a texture?
« on: November 20, 2006, 06:01:03 pm »
I blitted some words and numbers from a texture, but I need to change the color of these dynamically, so is it possible to change it?
Thanks

73
Support / Thanks a lot
« on: November 10, 2006, 09:29:13 pm »
I will study the codes first.

74
Support / Thanks, but...
« on: November 10, 2006, 08:46:24 pm »
Thanks.
Frankly our horse racing based on JPCT now is perfect except the issues I posted here. (1). use menu or button to control the actions of the race,
(2). need a board to dynamically show the real-time data of the horses.


Do you have some codes for me to have a look, or give me more detail tips?

75
Support / say something
« on: November 10, 2006, 08:25:03 pm »
anybody can help me

Pages: 1 ... 3 4 [5] 6