Refactored to use new generic plugin base

This commit is contained in:
Cirilo Bernardo
2015-12-14 08:45:22 +11:00
parent 86042d86a6
commit 3ff8ca0caf
14 changed files with 1418 additions and 367 deletions
+1 -3
View File
@@ -1809,10 +1809,8 @@ bool VRML_LAYER::Get3DTriangles( std::vector< double >& aVertexList,
if( !vp )
return false;
size_t i, j, k;
size_t i;
size_t vsize = ordmap.size();
j = 0;
k = vsize;
// top vertices
for( i = 0; i < vsize; ++i )