From b7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 27 Dec 2013 15:47:10 +0000 Subject: making template connection logic --- NT/src/rotor.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NT/src/rotor.cpp') diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index 9a0bc5d..056736d 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -12,4 +12,8 @@ int main(){ m.init(settings); if (m.connect("inlet",&t)) printf("connected!\n"); else printf("not connected...\n"); + for (double t=0;t<10.0;t+=0.765){ + Frame_parameters f=Frame_parameters(t,25.0,10.0,640,360); + printf() + } } \ No newline at end of file -- cgit v1.2.3