Go to the source code of this file.
Data Structures | |
struct | Renderer_VERTEX |
Vertex structure. More... | |
struct | Renderer_FACE |
polygonal face structure More... | |
struct | Renderer_TVERTEX_tag |
Vertex structure used by ray-tracer. More... | |
struct | Renderer_TFACE_tag |
Polygonal face structure used by the Ray-tracer to trace a ray through the face used by ray tracing to allow subdivision subdivided scene. More... | |
Typedefs | |
typedef struct Renderer_VERTEX | vertex |
Vertex structure. | |
typedef struct Renderer_FACE | face |
polygonal face structure | |
typedef struct Renderer_TVERTEX_tag | tvertex |
Vertex structure used by ray-tracer. | |
typedef struct Renderer_TFACE_tag | tface |
Polygonal face structure used by the Ray-tracer to trace a ray through the face used by ray tracing to allow subdivision subdivided scene. |
typedef struct Renderer_TFACE_tag tface |
Polygonal face structure used by the Ray-tracer to trace a ray through the face used by ray tracing to allow subdivision subdivided scene.