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

This commit is contained in:
2020-01-09 16:55:48 +00:00
parent 7c1dd9bf0a
commit 629be03b96
5 changed files with 31 additions and 15 deletions

View File

@@ -55,12 +55,12 @@ RendererService::RendererService(Renderer * r_): r(r_) {
axis_mesh = Primitive::arrow(12);
size_vp_scale = size_full_scale = 1.;
box_mesh = Primitive::cube(0.8, 0.8, 0.8);
box_mesh_f = Primitive::cubeFrame(0.8, 0.8, 0.8);
box_mesh = Primitive::cube(0.8, 0.8, 0.8);
box_mesh_f = Primitive::cubeFrame(0.8, 0.8, 0.8);
omni_mesh = Primitive::ellipsoid(2, 1, 0.5);
omni_mesh_f = Primitive::ellipsoidFrame(2, 1, 0.5);
omni_mesh ->scalePoints(1.5);
omni_mesh_f->scalePoints(1.5);
omni_mesh ->scalePoints(1.5);
omni_mesh_f ->scalePoints(1.5);
cone_mesh = Primitive::cone(8, 0.5, 1.);
cone_mesh_f = Primitive::coneFrame(8, 0.5, 1.);
QMatrix4x4 mat;
@@ -112,11 +112,11 @@ RendererService::RendererService(Renderer * r_): r(r_) {
delete m;
handle_scale_3_mesh = Primitive::ellipsoid(12, 12, 0.2);
handle_move_mesh ->scalePoints(7.5);
handle_ms_2_mesh ->scalePoints(7.5);
handle_rotate_mesh ->scalePoints(7.5);
handle_scale_mesh ->scalePoints(7.5);
handle_scale_3_mesh ->scalePoints(7.5);
handle_move_mesh ->scalePoints(7.5);
handle_ms_2_mesh ->scalePoints(7.5);
handle_rotate_mesh ->scalePoints(7.5);
handle_scale_mesh ->scalePoints(7.5);
handle_scale_3_mesh->scalePoints(7.5);
}