-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Summary
Determine which 3D models already have damaged variants, and thus which models still need damaged variants.
Context
Damage variants are a model that represents the damaged state of a typical model. Damage variants may be handled differently, simple models might use shape keys to deform the model, while complex models may use a separate model(s) altogether.
Currently ~5% of our models have some form of a damaged variant, but eventually we expect most if not all to have one.
Goals
- 1. Add info about damaged variants to the GitBook documentation.
- 2. Catalog (using Trello) which models still need damage variants.
Part 2 is BLOCKED until #10 is complete.