LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

arrays to 3D-cluster arrays input Feed into draw Mesh

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.

 

 

0 Kudos
Message 1 of 5
(2,533 Views)

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.

0 Kudos
Message 2 of 5
(2,518 Views)

Sorry here the VI ..  🙂 

Download All
0 Kudos
Message 3 of 5
(2,504 Views)

I'm not entirely sure what you're trying to do here.....

 

What is your data and how is it supposed to be shown?

0 Kudos
Message 4 of 5
(2,497 Views)

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.

 

 

 

0 Kudos
Message 5 of 5
(2,481 Views)