mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
--center-model for DAE output, fixes #8 (TODO: implement also for OBJ)
This commit is contained in:
@@ -226,11 +226,9 @@ void ColladaSerializer::ColladaExporter::ColladaScene::add(
|
||||
{ 0, 0, 0, 1 }
|
||||
};
|
||||
|
||||
#if 0
|
||||
matrix_array[0][3] += serializer->settings().offset[0];
|
||||
matrix_array[1][3] += serializer->settings().offset[1];
|
||||
matrix_array[2][3] += serializer->settings().offset[2];
|
||||
#endif
|
||||
|
||||
node.start();
|
||||
node.addMatrix(matrix_array);
|
||||
|
||||
Reference in New Issue
Block a user