Public Member Functions | |
int | read (FILE *fp, int transformType) |
void | write (FILE *fp=stdout) |
Public Attributes | |
int | index |
char | filename [STRING_BUFFER_SIZE] |
RayScene * | scene |
|
This method reads in ray-file name from the .ray file and reads the scene-graph from the specified file. |
|
This method writes out ray-file name to a .ray file. If no file is specified, the ray-file name is written out to stdout. |
|
The name of the .ray file |
|
The index of the .ray file within the scene |
|
The scene graph associated with a .ray file |