Home | Forums | What's new | Resources | |
Structured 3D |
Zaksund - Apr 17, 2006 |
RockinB | Apr 24, 2006 | ||||
Sorry for the late answer...
Of course there is. You could create binary files on PC and load it on Saturn. You would have to define the binary format by yourself(serialize the OBJECT tree to an array of OBJECTs, child pointers are converted to indices in that array, Saturn converts them back to pointers after reading), there is no ready-to-use solution. This has to be linked to actual 3D data, too. I did something similar that works on Saturn 3D SGL C code which reads C code and produces binary files and C code as well. Look for files RB_POL* and RB_MAP inside the RB library.... |