Get FPS
Moderator: MSandro
Re: Get FPS
There is no input?
It should just return a value if we're talking about the same block
It should just return a value if we're talking about the same block
Re: Get FPS
I am talking about the fps block under the "morph" category. It has an input named "this".
Thank you.
Thank you.
Re: Get FPS
'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.
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.