Go to the source code of this file.
Classes | |
| class | CRenderObj |
| This class holds all the necessary data to render the mathematical surface. More... | |
Defines | |
| #define | OPTION_PERSPECTIVE (1 << 0) |
| With or without perspective. | |
| #define | OPTION_BOUNDINGBOX (1 << 1) |
| With or without the bounding box drawn. | |
| #define | OPTION_SIGN (1 << 2) |
| With or without knowing that a point is part of the surface is done by the change in the sign of the expression. | |
| #define | OPTION_OPENGLSPECULAR (1 << 3) |
| With or without OpenGL specular lightning. | |
It holds all the necessary data to render the surface.
Definition in file CRenderObj.h.
1.5.4