PointRGB Depth Index?

Krisztian Spreitzer
Hi All,
I would like, to show 2 points in same place. For example I have two points the red and the green. RED= 1,0,0; GREEN=1,0,0
I set these two points to two different "devDept.Eyeshot.Entities.PointCloud".
pc1.Vertices = new PointRGB[]{RED};
pc2.Vertices = new PointRGB[]{GREEN};
I make two "FastPointCloud" from these tow pointclouds, and add the FastPointClouds to entities.
How can I influence the order of visibility of these two points because the Eyeshot shows always the RED one.
0
Comments
Please sign in to leave a comment.