From b680f07db9049d9e55bf0db32d21d0cc6287b220 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 26 Mar 2003 17:04:32 +0000 Subject: [PATCH] =?UTF-8?q?center=C3=A8cg=20should=20be=20an=20int?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Context.h b/Common/Context.h index 53219b293b..1de2ee0791 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -91,7 +91,7 @@ public : float quaternion[4]; // the actual quaternion used for "trackball" rotating int useTrackball; // do or do not use the trackball for rotations double rotation_center[3]; // point around which to rotate the scene - double rotation_center_cg; // rotate around the center of gravity instead of rotation_center[] + int rotation_center_cg; // rotate around the center of gravity instead of rotation_center[] double min[3]; // x, y and z min for the current geometry double max[3]; // x, y and z max for the current geometry double cg[3]; // "center of gravity" of the current geometry -- GitLab