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

Pages: [1]
1
Feedback / The future of jPCT
« on: October 24, 2003, 12:42:04 am »
Hi,

First, I'd like to say I really like jPCT. It's stable, has a very intuitive API, and highly impressive software rendering.
But, as impressive as the software rendering is, I feel it's a bit of a let down too. Let me clarify  :)
I think jPCT has much potential for becoming a high end game engine but the fact that all has to be software rendered too restricts that potential somewhat. Maybe when the requirement that everything has to be software rendered too would be loosened a bit would make development of jPCT easier, like adding multitexturing and pixel shaders and stuff like that. Things that really require hardware muscle.
I know you (EgonOlsen) are very much into software rendering and that sw rendering is a great passion of you, and let me say once more you did a really great job with that (in fact I think jPCT is the best looking sw renderer I've ever seen, regardless of it being made with java), but I'm wondering what your views are about this.
Do you think software rendering will keep having a place in the future? I have the feeling that sw rendering's place will become smaller and smaller because nowadays every computer is equipped with 3D accelleration and I have the feeling that 1.1 applets are becoming obsolete. Maybe I'm wrong though, but the future of modern JVM's (or more specifically 'non MS JVMs') seems rather bright, and the MS JVM's rather bleak.
What do you think?

Best regards,
Erik

2
Support / How does jPCT handle lighting in OGL?
« on: September 04, 2003, 11:33:01 am »
Hi there,

I'm thinking about using jPCT in a game I'm working on, called 'Mazer'. It's currently at www.mycgiserver.com/~movegaga/mazer/mazer.jnlp and it uses plain LWJGL to render everything.
It currently uses a very simple way to render colored lighting using light maps and I was wondering if this 'Unreal-like lighting' can be achieved with jPCT too?
The way I'm doing it now heavily relies on a large z-Buffer and always shows some artefacts (how much depending on how many bits the z-Buffer has, ranging from barely noticable to huge z-buffer probs).
Does jPCT use openGL lighting, or does it implement light maps too?

Greetings,
Erik

Pages: [1]