So i need to limit the max number of frames in java3d to 30 then measure the amount of time i have left (in a second) to do other things.
Is there any easy way to do this ? With just a couple of lines of code ?
If this isn’t possible then if it is possible to measure in average the time it takes for a frame to complete (average of frames per seconds) it would do the trick I hope.