-
Notifications
You must be signed in to change notification settings - Fork 1
Add NewtonSceneAPI with 2 attributes
#6
New issue
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
base: main
Are you sure you want to change the base?
Conversation
This is an initial single apply API just to get started. It will have more attributes eventually
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
| ) | ||
| { | ||
| uniform double newton:maxSolverIterations = 100 ( | ||
| doc = "Maximum (constraint) solver iteration counts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we want better docs strings
| ) | ||
|
|
||
| uniform double newton:timeStep = 0.005 ( | ||
| doc = """Simulation time step in seconds""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we want better docs strings
| inherits = </UsdAPISchemaBase> | ||
| ) | ||
| { | ||
| uniform double newton:maxSolverIterations = 100 ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlesBorovicka if you have feedback on using uniform here
| { | ||
| "Info": { | ||
| "Types": { | ||
| "NewtonPhysicsSceneAPI": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a mechanism to say this only applies to Scene prims but I need to lookup how to do that.
Description
This is an initial implementation of #2 to test out the CI workflow now that we are public.
Checklist