Classes | |
| class | AxisAlignedBox |
| class | BackFaceCullingOptimizer |
| class | BSPSortMethod |
| class | DontSortMethod |
| class | EPSExporter |
| class | Exporter |
| class | Feedback3DColor |
| class | FIGExporter |
| class | NVector3 |
| class | Optimizer |
| class | ParserGL |
| class | Point |
| class | Polygone |
| class | Primitive |
| class | PrimitivePositioning |
| class | PrimitiveSplitOptimizer |
| class | PSExporter |
| class | Segment |
| class | SortMethod |
| class | TopologicalSortMethod |
| class | TopologicalSortUtils |
| class | Vector2 |
| class | Vector3 |
| class | VisibilityOptimizer |
| class | VRenderParams |
Typedefs | |
| typedef AxisAlignedBox< Vector2 > | AxisAlignedBox_xy |
| typedef AxisAlignedBox< Vector3 > | AxisAlignedBox_xyz |
| typedef double | FLOAT |
| typedef GLdouble | GLFLOAT |
| typedef void(* | ProgressFunction) (float, const QString &) |
| typedef Primitive * | PtrPrimitive |
| typedef void(* | RenderCB) (void *) |
Functions | |
| void | VectorialRender (RenderCB DrawFunc, void *callback_params, VRenderParams &render_params) |
Variables | |
| const float | FLAT_POLYGON_EPS = 1e-5f |
| typedef AxisAlignedBox< Vector2 > vrender::AxisAlignedBox_xy |
Definition at line 70 of file AxisAlignedBox.h.
| typedef AxisAlignedBox< Vector3 > vrender::AxisAlignedBox_xyz |
Definition at line 71 of file AxisAlignedBox.h.
| typedef double vrender::FLOAT |
| typedef GLdouble vrender::GLFLOAT |
| typedef void(* vrender::ProgressFunction) (float, const QString &) |
| typedef Primitive* vrender::PtrPrimitive |
| void vrender::VectorialRender | ( | RenderCB | DrawFunc, |
| void * | callback_params, | ||
| VRenderParams & | render_params | ||
| ) |
Definition at line 69 of file VRender.cpp.