Main Menu
Menu

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.

Show posts Menu

Messages - JayJay

#1
Support / Objects which disappear
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
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
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 ;)