Is there anyway you can display performance in 3drad? If not it'd be a handy addon
This forum is now archived!
- Welcome to the archive!
News:
The 3DRad community can be found at classdev.net.
- 3D Rad - Free 3D game maker - Forum >
- General Category >
- 3D Rad - Addons development and feedback >
- Frame rate
Author Topic: Frame rate (Read 691 times)
You sure can - it's one of the scripting functions. The quote below is taken from the script object reference page here.
http://www.3drad.com/Script_reference.php
http://www.3drad.com/Script_reference.php
Quote
float iFrameRate(bool)
Return the current frame-rate (frames rendered per second).
bool = whether to return average frame-rate (true) or instant frame-rate (false).
NOTE: instant frame-rate is actually based on the time needed to process the last rendered frame.
To get the real instant frame-rate, clamp the returned value within 0 and 60.
Pages: [1]