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

[Physics] Mesh Fracture #8

Closed
jukrb0x opened this issue Jul 18, 2022 · 2 comments
Closed

[Physics] Mesh Fracture #8

jukrb0x opened this issue Jul 18, 2022 · 2 comments
Labels

Comments

@jukrb0x
Copy link
Owner

jukrb0x commented Jul 18, 2022

we want an object can be broken into different parts

@jukrb0x
Copy link
Owner Author

jukrb0x commented Jul 26, 2022

offline: the mesh is broken already before playing, it's fake fracturing. the discretization process happens before instead in game.
real-time: the mesh is broken in the runtime of the game

Offline (Pre-built destructed mesh)

Real-time (Computing mesh in runtime)

@jukrb0x jukrb0x mentioned this issue Jul 28, 2022
3 tasks
@jukrb0x jukrb0x added the feat feature label Jul 28, 2022
@jukrb0x
Copy link
Owner Author

jukrb0x commented Jul 29, 2022

Fracture Process

Runtime Fracture Component

Discretization

  • Slicing
  • Delauney triangulation algorithm

Cracking

  • Force applied
  • Force direction
  • Hit point

@jukrb0x jukrb0x pinned this issue Jul 29, 2022
@jukrb0x jukrb0x mentioned this issue Aug 2, 2022
5 tasks
@jukrb0x jukrb0x closed this as completed Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant