Visual Simulation Issues
Maintaining Constant Frame Rate
- Periodically monitor rendering time
- Use glFinish to complete rendering
- Measure time from first graphics call
- Adjust graphics load to maintain safety margin
- Amortize expensive operations over multiple frames