| 56 | } |
| 57 | |
| 58 | void TriMeshGeomTarget::copyAttrib( geom::Attrib attr, uint8_t dims, size_t strideBytes, const float *srcData, size_t count ) |
| 59 | { |
| 60 | // copyAttrib will ignore it if 'mMesh' doesn't have this attribute |
| 61 | mMesh->copyAttrib( attr, dims, strideBytes, srcData, count ); |
| 62 | } |
| 63 | |
| 64 | void TriMeshGeomTarget::copyIndices( geom::Primitive primitive, const uint32_t *source, size_t numIndices, uint8_t /*requiredBytesPerIndex*/ ) |
| 65 | { |
no test coverage detected