Skip to content

Commit

Permalink
#820 clarification on the meaning of the max and min properties for s…
Browse files Browse the repository at this point in the history
…parse accessors
  • Loading branch information
emiliano authored and lexaknyazev committed Feb 24, 2017
1 parent ec98f87 commit 36f19ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ The following fragment shows an example of `sparse` accessor with 10 attributes
}
```
A sparse accessor differs from a regular one in that `bufferView` and `byteOffset` properties aren't required. When these properties are omitted, the sparse accessor is initialized as an array of zeros of size `(size of the accessor attribute type) * (accessor count)` bytes.
A sparse accessor `min` and `max` properties correspond, respectively, to the minimum and maximum component values once the sparse substitution is applied.

#### BufferView and Accessor Byte Alignment

Expand Down

0 comments on commit 36f19ff

Please sign in to comment.