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

Pages: [1]
1
Support / transparency in software GL mode
« on: December 12, 2008, 11:34:24 pm »
Hi,

I am wondering if it is possible to get smooth transparency transitions for objects in the software GL renderer.
This would be mostly for particle effects, for example, I would like to render a simple quad polygon with a smoke cloud texture, initially rendered fully opaque and have it gradually become more and more transparent until it disappears (in other words, a smooth fade out).

I am currently using Object3D.setTransparency(int x), but it does not have a great range of transparency values, and the highest transparency value = 0, is not very transparent at all.

With the hardware GL renderer, altering Config.glTransparencyOffset seems to work. But as stated in the docs this is not supported in software mode.

Is there another approach to achieve this, or is this not supported in software mode? If not currently supported, are there any plans to do so in the future?  Particle effects, such as fire, explosions, smoke etc.. do not look good without this functionality.

Thanks in advance,

Ben.

2
Feedback / jPCT and JBullet Physics
« on: March 20, 2008, 09:11:39 pm »
I am not sure this is the correct section for posting this question, apologies in advance if needs to be moved.

I was wondering if anyone here has used the JBullet Physics engine : http://jbullet.advel.cz/ , and in particular, if they have had any luck using it with jPCT. It (JBullet) seems to be usable in an applet, and I was thinking that something like this combined with a graphics engine like jPCT would be really cool!

Anyone else have thoughts on this, has anyone used the 2 together, is it feasible?

Ben.



3
Feedback / Hello and thanks from a new user
« on: September 25, 2007, 04:10:45 pm »
I just wanted to say thanks to Egon for creating, supporting, and maintaining such an incredible engine. I starting experimenting with jPCT a few weeks ago, and now I am hooked. I will be using it from now on, I have even converted my existing project from another engine over to jPCT.

Ben.

Pages: [1]