TheFrelle's Recent Forum Activity

  • Hello, sorry to revive the thread. But I've encountered a new problem. How do I calculate (or see) the mass of an object? Is it just be the regular Density * Volume, but the volume divided by 50, since that would be outputted into meters?

    Oh, and how would I be able to convert a force (newton) into velocity (m/s)?

    *edit*

    Now that I've looked through my formulars, I see that the gravity acceleration is given by 9,82 N/kg but also in m/s^2 (edit OOPS. m/s^2 not m/s, so I still don't really know what to do. I'm not a master at physics unfortunately :/), meaning F/m would be the same as velocity?

    Wrong ->

    Example: F = 10 N m = 0,4045 kg v = 10 / 0,4045 = 24,722 m/s Would that be correct?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I did a breakdown of the units of the physics behavior here:

    Basically the units that the physics library that C2 uses is based on SI units. This is the ratio of pixels to meters:

    50 pixels : 1 m

    But when you set the gravity that's in m/s^2 so you can just set it to 9.8.

    Wow! Cheers mate! That is awesome, thank you very much. I was just sitting and trying to calculate a coefficient when 100 pixels would equal to 1 meter. Thanks a bunch again!

  • Having worked with C2 physics quite a bit I can tell you it is not going to provide real world physics but is designed for games to give the illusion of physics.

    Many factors in the real world simply can't be factored in to computed physics that happens in real time because a computer does not react in real time and is a string of events played in order one after the other. It does it super fast but will never match what happens in real life physics.

    That being said, you can get some good simulations for studying the effects and teaching basic physics in C2 and you can look at Chipmunk physics by R0J0hound that allows more settings for parameters.

    I believe the 10 mark used on C2 is set to actual gravity but the units used are designed to be easier to implement.

    There is a catapult example included in C2 and many good discussions on physics in the forum and tutorials to search that should help.

    Thank you very much, I'll go and check it out!

  • Hello! Together with my group in a communications/IT class I'm trying to create a real world physics-based catapult-ish game.

    The intended purpose is that a user can plot in one or several information pieces into the game, and on beforehand calculate what given starting velocity, angle, etc. would make them hit an intended target. It's for learning physics, for those who have a hard time doing it without a visualization.

    My question is: How do I know in what units Construct 2 operates in? The default world gravity seems to be 10, but it should be 9,82 m/s^2, how do I do that for instance?

TheFrelle's avatar

TheFrelle

Member since 21 Mar, 2017

None one is following TheFrelle yet!

Trophy Case

  • 7-Year Club
  • Email Verified

Progress

8/44
How to earn trophies