Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+23 votes
asked in CSC305 Fall 2022 by (1 point)

1 Answer

+7 votes
 
Best answer

Our group went with writing to .OBJ files using the FileWriter class and info from this wikipedia article on the .obj file format

Oracle also has Documentation for the FileWriter class if you are unfamiliar. Writing to a .obj file is pretty much identical as writing to a .txt file, you just need to follow the .obj file format and specify .obj instead of .txt when creating the file (which you can do using the File class)

answered by (1 point)
selected by
...