On 10/3/05, Roderick Sandys <[EMAIL PROTECTED]> wrote: > Anyways, thanks for first problem. Now I have another > problem I have encounterd. > > The FPS is locked at ~30 FPS with the Aoya3D programs > I run, even with a Radeon 9600 Pro.. > Is there anyway to tweak the FPS a littlebit faster? > 60 Is what I'm asking for.
Try taking a look at the interface for soya.Idler() The pydoc indicates there's a min_frame_duration. Decreasing the duration, should (in theory) increase your FPS. Check out the docs and code for more details. - Justin
