| |
|
| javax.swing.JFrame org.jdesktop.j3d.examples.fps_counter.FPSCounterDemo
FPSCounterDemo | public class FPSCounterDemo extends javax.swing.JFrame (Code) | | This program demonstrates the use of the frames per second counter.
The program displays a rotating cube and sets up the FPSCounter to compute
the frame rate. The FPSCounter is set up with default values:
- run indefinitely
- 2 sec. warmup time
- display average frame rate every fifth sampling interval.
The default values can be changed through the command line
arguments. Use FPSCounterDemo1 -h for help on the various arguments.
|
FPSCounterDemo | public FPSCounterDemo()(Code) | | Creates new form FPSCounterDemo
|
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
|
|
|