abscorpy / stardog

Automatically exported from code.google.com/p/stardog
0 stars 0 forks source link

segment update() methods into an every-frame update and an as-needed update() #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some update need to happen every frame, but others could happen every second or 
so, as long as they get the right interval.  As more updates are required, it 
will become more and more necessary to separate the two and prioritize the ones 
that must happen each frame.

Original issue reported on code.google.com by TheMissingLint@gmail.com on 26 Feb 2011 at 1:55