Skip to content

Commit

Permalink
Adding option to treat vertex extra data as constant through playblack
Browse files Browse the repository at this point in the history
extra data being: UV, normals and tangents read from file.
  • Loading branch information
jasonm-unity committed Jun 27, 2017
1 parent faa33af commit 1655568
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 194 deletions.
1 change: 1 addition & 0 deletions Plugin/abci/Importer/AlembicImporter.h
Expand Up @@ -114,6 +114,7 @@ struct aiConfig
int32_t cacheSamples = 0;
bool submeshPerUVTile = true;
bool shareVertices = false;
bool treatVertexExtraDataAsStatic = false;
};

struct aiTimeSamplingData
Expand Down

0 comments on commit 1655568

Please sign in to comment.