We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a function that returns a StepConf for a World.
StepConf
World
While the StepConf has reasonable defaults for the typical Box2D world, there's no function that provides a StepConf for a given World instance.
The text was updated successfully, but these errors were encountered:
For issue #217 and issue #225.
c9bc898
Adds configurability to solar system demo for much larger bomb sizes and densities.
Merge pull request #226 from louis-langholtz/solar-system-changes-201…
5e84d32
…71127 For issue #217 and issue #225.
louis-langholtz
No branches or pull requests
Expected/Desired Behavior or Experience:
There's a function that returns a
StepConf
for aWorld
.Actual Behavior:
While the
StepConf
has reasonable defaults for the typical Box2D world, there's no function that provides aStepConf
for a givenWorld
instance.Related Issues:
The text was updated successfully, but these errors were encountered: