The situation is this;
I’d like to be able to use some raw 3d coordinates from a text file and display them, joined sequentially in a wireframe model. Then be able to rotate, scale etc the resulting model.
The coordinates aren’t from a 3d drawing package but rather measured - therefore each point is literally assigned three numbers, in a tab delimited file.
With a large number of points (i.e. over 100) is there a way to load in the file and then generate the resulting model?
I’d be really gratefule if anyone has any comments/ideas/solutions to this!