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

Pages: [1]
1
Support / Objects which disappear
« on: January 08, 2006, 06:43:22 pm »
I was using an old version jPCT (1.06) that I used few months ago for a game, that's why the Javadoc wasn't updated and I didn't get any warning...

Sorry, my fault, I shall pay more attention next time  ;)

2
Support / Objects which disappear
« on: January 08, 2006, 03:08:17 pm »
You are right, I guess there were too many polygons to render (but I didn't get any message from jPCT...)

Actually, I have a class StellarSystem which extends World, and I changed Config.maxPolysVisible in the constructor of this class. I tried to put the call before building the object, and now it works :)

Just an advice : add in the Javadoc that Config.maxPolysVisible should be set before building World instance ;)

And thanks for your help !

3
Support / Objects which disappear
« on: January 08, 2006, 11:58:26 am »
Hello !

I am using jPCT to render stellar systems, but I have a problem : some objects disappear...
Here are 2 screenshots :

The system contains 2 planets, a sun and an asteroid belt :


And with a translation along Y axis (bottom of the screen), some asteroids disappear :


I guess I have to change a parameter, but I haven't found which one...
Any ideas ?

BTW, congrats for the software renderer, very powerful and useful ;)

Pages: [1]