I have a text (.txt) file which contains 3d points in line delimited format like this:
0,0,0
1,0,0
3,2,5
I want to import these points in AutoDesk 3d max. These points doesn't form any shape i.e. they are not connected, I just want to visualize these points.
Can anybody help me. Thanks in advance :)
P.S: As i am generating this file in java code so I can easily put tags or some extra information in file as well or I can change file formats slightly to match any existing acceptable formats for AutoDesk 3d max.