Hi everybody, I made an app with j3d 1.2.1.03 and jdk 1.3.1 and my problem is the following :
I create a scene with 1600 boxes, when the camera "fly" in the scene, I get between 30 and 50 FPS So I want to change the color of each box when the user enter some characters. To do this stuff I am using a behaviour and the wake up is every frame. I have three static appearance and I change the color of each box in the processstimulus method. My problem is that the number of frame per seconds decrease strongly : 7 at 8 FPS only !!! If I decrease the number of boxes, the performances are better but I want to work with all boxes ! I read a post about this problem on this forum but I don't see in it any solution Can someone help me ? Thanks =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
