09-30-2013 06:20 AM
Hi,
I'm puzzzle with my own algorithm.
I want to grab input then feed into 3D-cluster array . then feed into Mesh parameters array.
The problem i had, I want to take 2 rows, feed into 3D-cluster, then send into mesh parameter,
then redo it with another 2 rows moving down the array.
So i will have 1 line that "move" in the 3D picture control
Attached is my vi.
09-30-2013 09:14 AM
You didn't attach a VI, you attached a picture. Despite what a multitude of C++ programmers might say, it's not the same thing.
09-30-2013 11:24 AM - edited 09-30-2013 11:25 AM
Sorry here the VI .. 🙂
09-30-2013 01:14 PM
I'm not entirely sure what you're trying to do here.....
What is your data and how is it supposed to be shown?
09-30-2013 05:55 PM
Actually i want to develop human stick figure.
The data is 3D points extracted from Motion System.
So, i combine two markers (represented by two arrays), where combination of the two markers will produce a Line (using mesh).
Since this is testing stage i'm using only two markers. Let say for lower leg, the markers i will use is between Foot-Heel , Heel-Knee, Knee-Thigh.
The main reason of doing this is plotting the 3D points and make it joint together using Create Mesh in 3D Picture Control. I dont know if this will works but i'm trying if possible.