chore(markdown): Changes to refer less to models
This commit is contained in:
parent
75eff4f5e4
commit
e35bda36f7
16 changed files with 86 additions and 55 deletions
|
@ -19,11 +19,11 @@ and continue to work as the measurements scale up or down.
|
|||
##### Use the doll and giant tests
|
||||
|
||||
To check how well your pattern scales, you can
|
||||
use the _doll_ and _giant_ tests by sampling the pattern for 3 models:
|
||||
use the _doll_ and _giant_ tests by sampling the pattern for 3 measurements sets:
|
||||
|
||||
1. A model with measurements of an average person (the person)
|
||||
2. A model with measurements 1/10th of an average person (the doll)
|
||||
3. A model with measurements 3 times that of an average person (the giant)
|
||||
1. A set of measurements from an average person (the person)
|
||||
2. A set of measurements 1/10th of an average person (the doll)
|
||||
3. A set of measurements 3 times that of an average person (the giant)
|
||||
|
||||
A well-designed pattern will scale a factor 10 down or 3 up and still hold its shape.
|
||||
If your pattern makes assumptions about size, these tests will show that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue