From 3a201fe0cfc8a9fb9c9be4017dda9b9ee19e86a7 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 06 Jul 2016 21:16:49 +0000 Subject: [PATCH] vtk visualization --- src/frame.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/frame.c b/src/frame.c index b29d3e3..d81ba7e 100644 --- a/src/frame.c +++ b/src/frame.c @@ -42,6 +42,10 @@ vesicle->filament_list->poly[i]->vlist->vtx[j]->z-=vesicle->cm[2]; } } +//move nucleus for the same vector as we moved vesicle + vesicle->nucleus_center[0]-=vesicle->cm[0]; + vesicle->nucleus_center[1]-=vesicle->cm[1]; + vesicle->nucleus_center[2]-=vesicle->cm[2]; vesicle->cm[0]=0.0; vesicle->cm[1]=0.0; -- Gitblit v1.9.3