scene_diff
Compare Three.js scene changes over time. Save a snapshot, then diff to see added, removed, or modified objects, transforms, materials, and lights.
Instructions
Compare scene state over time. First call saves a snapshot, second call shows what changed (added/removed/modified objects, transforms, materials, lights).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | snapshot=save state, diff=compare with saved, auto=snapshot if none saved, diff if exists (default: auto) |