Skip to main content

Monolithic Model

PhysicsObject โ†’ StuffedAnimal
โ†’ FloatingObject
โ†’ DestructibleObject

Problemsโ€‹

  • Bubble-Up Effect
    • What if we want to make StuffedAnimal floatable?
    • The floating behavior will be bubbled up.
  • Solution Pure Component Model