From 3e1fdd802d020169c3e299c76688f5591c47f2db Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 12 Feb 2016 07:02:44 +0000 Subject: [PATCH] Re-oriented torus so that it is created as expected on the xy plane and with the z axis symmetry --- vcg/complex/algorithms/create/platonic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/complex/algorithms/create/platonic.h b/vcg/complex/algorithms/create/platonic.h index d2351f13..09b351ff 100644 --- a/vcg/complex/algorithms/create/platonic.h +++ b/vcg/complex/algorithms/create/platonic.h @@ -583,13 +583,13 @@ void Torus(MeshType &m, float hRingRadius, float vRingRadius, int hRingDiv=24, i Allocator::AddVertices(m,(vRingDiv+1)*(hRingDiv+1)); for(int i=0;i