Commit 63d85ca7 authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

Generator: removed the scaling of mesh.

parent fcef4355
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -191,9 +191,6 @@ bool LoadNewMesh(const char* path,const int ID,const int fileNo)

	std::cout << "loaded mesh #" << fileNo << " (with " << filoNo-1 << " filopodia)\n";

	//to be removed after GM is OK
	mesh.ScaleMesh(Vector3F(180.f,180.f,250.f));

	//position the mesh somewhat inside the scene
	//first run?
	if (mesh.meshShift.x == -4567.f) mesh.CenterMesh();