Hey guys,
well i wrote this program to convert a text file that contains x,y,z points seperated by a tab into a binary file. I did this so i can jsut manually edit out points that i dont want in the text file and then just convert it back to binary. Anyways when i run the program everything works fine buuuuut it adds an extra point on the end, the extra point being the origin 0,0,0. Anybody have any ideas how to prevent this and jsut have it write the wanted data to the binary file?