Functions | |
int | mem_print () |
Dump internal vrml scene into OUTFILE file. | |
int | exploreout (node *what) |
Dump a branch of the vrml scene graph in the dump file. | |
Variables | |
FILE * | mem_out = NULL |
The file where dump internal VRML scene. |
|
Dump a branch of the vrml scene graph in the dump file. Note that the dump file must be initialized before any call to this function. You can open the file by yourself and store it's descriptor in mem_out FILE* or use mem_print() function to dump the entire scene.
|
|
Dump internal vrml scene into OUTFILE file. Explore node* vp_root writing a vrml file with the scene stored in the internal tree.
Here is the call graph for this function: ![]() |
|
The file where dump internal VRML scene.
|