OTHGMars
|
08431347ea
|
Fixes primitive assignment. AppMesh::primitives in this case is a purely collada/dts concept and is not indices or faces. Any mesh with more than 2^16 vertices should be split into multiple primitives to avoid indexing across a 16 bit boundary. Mesh division into primitives has not been implemented for assimp yet.
|
2019-03-28 04:16:22 -04:00 |
|
OTHGMars
|
2658debeb0
|
Fixes vertex weight assignments.
Adds upaxis override option to match collada importer.
|
2019-03-27 12:46:43 -04:00 |
|
OTHGMars
|
e1a68786ae
|
Fixes indexing for vertex weights.
|
2019-03-24 07:08:24 -04:00 |
|
OTHGMars
|
4f7806fe8e
|
Changes ObjectOffset parameter name to prevent confusion/conflict with the base class member AppMesh::objectOffset.
Error checking for meshes that do not have stored normals.
Incorrect first attempt at vertex weights.
|
2019-03-24 06:23:58 -04:00 |
|
Areloch
|
0f7641a282
|
WIP of assimp integration.
|
2019-02-08 16:25:43 -06:00 |
|