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

This commit is contained in:
2019-12-12 18:09:12 +00:00
parent c4effa14a5
commit bee5885342
5 changed files with 6 additions and 58 deletions

View File

@@ -92,11 +92,11 @@ RendererService::RendererService(Renderer * r_): r(r_) {
delete m;
handle_scale_mesh = Primitive::cylinder(12, 0.06, 0.85);
m = Primitive::ellipsoid(12, 12, 0.3);
m = Primitive::ellipsoid(12, 12, 0.15);
m->translatePoints(QVector3D(0., 0., 0.85));
handle_scale_mesh->append(m);
delete m;
handle_scale_3_mesh = Primitive::ellipsoid(12, 12, 0.4);
handle_scale_3_mesh = Primitive::ellipsoid(12, 12, 0.2);
handle_move_mesh ->scalePoints(7.5);
handle_ms_2_mesh ->scalePoints(7.5);