about fps..

hello… !

does anyone know how to set fps information on screen while running engine?..

Trying in blender exporter Pview tells me that fps is 67.22 fps (through blender console), maybe fps information is limited?..or that is the real speed of my scene…

Thanks!.

That looks like video synchronization (Panda clamps to your screen refresh rate). To get the true FPS, put “sync-video #f” in your Config.prc file (on windows, this file is located in C:\Panda3D-1.5.4\etc).

Also, to enable the display in Panda, put “show-frame-rate-meter #t” in your Config.prc file.

got it thanks you 2.