Framerate and render speed?

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I am just wondering about firefly stuff, I would prefer to have unlocked framerate, but it seems the movement extension speed is determined by framerate, also does the normal framerate expression return the actual framerate of the 3d engine or is that gained differently?

    My signature is the awesomest!

  • in the latest version (288) the framerate can be accessed from the camera this should be different to the fps provided by fusion

    firefly itself uses the framerate setting from the applications runtime options.

    Please login to see this link.

    Clickteam on Please login to see this link. - Clickteam on Please login to see this link. - Clickteam on Please login to see this link.

  • Use deltatime to have framerate independent movements. Create a new global variable called "LastTime"(or whatever you want to call it), and then another variable called "DeltaTime".

    In the GLOBAL events editor create the following events
    Always
    -Set DeltaTime to (timer - "LastTime")
    -Set "LastTime" to timer

    Now whenever you have movement in fusion multiply the amount of movement by DeltaTime. This will make your objects move at the same speed regardless of framerate.

    Fusion Veteran Since 2005. Example Projects: Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!