dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Preserve material name #87

Closed anton-plebanovich closed 6 years ago

anton-plebanovich commented 6 years ago

Hey @dmsurti !

I need aiMaterial name to be preserved in SCNMaterial so I can group those materials later.

codecov-io commented 6 years ago

Codecov Report

Merging #87 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   69.39%   69.45%   +0.06%     
==========================================
  Files          16       16              
  Lines        1503     1506       +3     
  Branches      143      143              
==========================================
+ Hits         1043     1046       +3     
  Misses        392      392              
  Partials       68       68
Impacted Files Coverage Δ
AssimpKit/Code/Model/AssimpImporter.m 87.44% <100%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15a67ee...4dd5107. Read the comment docs.

dmsurti commented 6 years ago

@anton-plebanovich Thanks 👍. Merging.