git-svn-id: svn://db.shs.com.ru/libs@486 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-02-06 22:20:29 +00:00
parent e70b7baf0a
commit 17f45b050b
2 changed files with 12 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ GLPrimitiveCube::GLPrimitiveCube(double width, double length, double height, QVe
l = length;
h = height;
moveTo(pos);
init();
//init();
}
@@ -114,7 +114,7 @@ GLPrimitiveEllipsoid::GLPrimitiveEllipsoid(double width, double length, double h
swl = seg_wl;
sh = seg_h;
moveTo(pos);
init();
//init();
}