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 ... 4 5 [6]
76
Support / disableRenderer(IRenderer.RENDERER_SOFTWARE)
« on: November 10, 2006, 07:28:04 pm »
Thanks for your quickly reply.
I copied many codes from the CarApplet demo, I dnt know which renderer.
Code: [Select]

buffer = new FrameBuffer(width, height, FrameBuffer.SAMPLINGMODE_NORMAL);
buffer.disableRenderer(IRenderer.RENDERER_SOFTWARE);


does it mean it is not software renderer?

And when the users access my applet, a lwjgl.dll will be transferred to the clients.

77
Support / How to add something like menus or text list in JPCT. Urgent
« on: November 10, 2006, 05:59:22 pm »
Now I am working on a horse racing game using JPCT. Everything goes well. But if I want to add some actions like 'Start','End','Exit' etc to the 3D world,  and the same problem is that I want add start list and finish result boards to it, how should I do?

By the way, how can these menus or buttons be called by mouse event?

Thx

Pages: 1 ... 4 5 [6]