Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@alteous alteous released this 06 Oct 09:36
7e1fbd4

2019-10-06

Added

  • import_slice function.
  • Clone and Debug implementations for Material.
  • accessor::util::SparseIter and accessor::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 as ItemIter.