Skip to content
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

Allow movement of Static Bodies #61

Open
DennisSmolek opened this issue Apr 12, 2024 · 1 comment
Open

Allow movement of Static Bodies #61

DennisSmolek opened this issue Apr 12, 2024 · 1 comment

Comments

@DennisSmolek
Copy link
Collaborator

Right now when you create a static body it takes the three object you pass and whatever position data you add to generate the Jolt Body.

Because this is on a frame by frame basis we naturally don't loop static bodies.

However, this means these bodies cant' be updated after the fact.

Or I think they can be updated, however the threeJS object will never get the new data.

We'll have to try it.

@DennisSmolek DennisSmolek added this to the 1.0 Feature Parity milestone Apr 12, 2024
@DennisSmolek
Copy link
Collaborator Author

This might be fixed now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant