Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 400 Bytes

File metadata and controls

11 lines (7 loc) · 400 Bytes

POC Object Shatter

recording

Proof of concept of shattering objects procedurally.

Basic Idea

  1. Read the mesh of an object.
  2. Randomly draw planes through that mesh (Random plane in a sphere) and slice it.
  3. Create new game objects of the resulting pieces.