Commit a9939f7c authored by TheNumbat's avatar TheNumbat
Browse files

mac build

parent a677d0f6
......@@ -890,7 +890,6 @@ std::string Scene::write(std::string file, const Camera &render_cam,
size_t vert_idx = 0;
for (auto v = mesh.vertices_begin(); v != mesh.vertices_end(); v++) {
id_to_idx[v->id()] = vert_idx;
Vec3 n = mesh.flipped() ? -v->normal() : v->normal();
ai_mesh->mVertices[vert_idx] = vecVec(v->pos);
vert_idx++;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment