Page 1 of 1

Get FPS

Posted: Dec 2nd, '18, 17:39
by Gosha
There is an fps block in the "morph" category, but I do not know what it wants as an input.

Re: Get FPS

Posted: Dec 7th, '18, 03:45
by Calloway
There is no input?
It should just return a value if we're talking about the same block

Re: Get FPS

Posted: Dec 15th, '18, 18:16
by Gosha
I am talking about the fps block under the "morph" category. It has an input named "this".
Thank you.

Re: Get FPS

Posted: Dec 22nd, '18, 14:55
by Calloway
'this' isn't necessarily an input, it's the object being modified (since GP is an Object-Oriented language).
I might be easier to calculate your own FPS since that is just calculating how many frames are actually rendered per second and not the amount of instructions being interpreted.

I'll try looking into how you could get FPS from that block.