flatten_strong() should combine GeomVertexDatas with different names

This commit is contained in:
David Rose 2006-04-11 17:48:50 +00:00
parent 6feda4a574
commit 784e24a29e
1 changed files with 1 additions and 1 deletions

View File

@ -5555,7 +5555,7 @@ flatten_strong() {
gr.apply_attribs(node());
int num_removed = gr.flatten(node(), ~0);
gr.collect_vertex_data(node(), ~SceneGraphReducer::CVD_format);
gr.collect_vertex_data(node(), ~(SceneGraphReducer::CVD_format | SceneGraphReducer::CVD_name));
gr.unify(node());
return num_removed;