The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
201 views

Seeking an C/C++ OBJ geometry read/write that does not modify the representation

I am seeking a means to read and write OBJ geometry files with logic that does not modify the geometry representation. i.e. read geometry, immediately write it, and a diff of the source OBJ and the ...
1
vote
0answers
85 views

Saving/loading code structure

I have a tree of game entities composed of components. I want to save/load everything to xml file, where my saving/loading code must be located: Scene class containing root node and functions ...