Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-10-06 | 441 Bytes | |
Version 0.14.0 source code.tar.gz | 2019-10-06 | 73.8 kB | |
Version 0.14.0 source code.zip | 2019-10-06 | 115.9 kB | |
Totals: 3 Items | 190.2 kB | 0 |
2019-10-06
Added
import_slice
function.Clone
andDebug
implementations forMaterial
.accessor::util::SparseIter
andaccessor::util::SparseIndicesIter
which iterate over items and indices in sparse accessors respectively.
Changed
accessor::util::Iter
is now an enum; sparse accessors are now read correctly.- The original version of
accessor::util::Iter
has been renamed asItemIter
.