I am working on a little program that displays 3d scenes and I need a way to get scene geometry from n64 roms. Is there a way I can extract the vertex data from a rom WITHOUT using someone's plugin? Im hoping its as simple as finding the byte position in a rom and maybe decoding the vertices.