Commit 5cc71652 authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

Pressurator (pressure maps generator) hopefully finished. This is some last tunning commit.

parent 0a0ae6fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ int main(int argc,char **argv)
	mesh.ScaleMesh(Vector3F(180.f,180.f,250.f));

	//position the mesh somewhat inside the scene
	mesh.CenterMesh();
	mesh.CenterMesh(1.5f);
	//translate...
	mesh.TranslateMesh(mesh.meshShift);