Monolithic Model
PhysicsObject → StuffedAnimal → FloatingObject → DestructibleObjectProblems
- Bubble-Up Effect
- What if we want to make
StuffedAnimalfloatable? - The floating behavior will be bubbled up.
- What if we want to make
- Solution Pure Component Model