|
Unravel Engine C++ Reference
|
This is the complete list of members for generator::svg_writer_t, including all inherited members.
| cullface(bool cullface) | generator::svg_writer_t | |
| modelView(const gml::dmat4 &matrix) | generator::svg_writer_t | |
| ortho(double left, double right, double bottom, double top) | generator::svg_writer_t | |
| perspective(double fovy, double aspect, double zNear, double zFar) | generator::svg_writer_t | |
| str() const | generator::svg_writer_t | |
| svg_writer_t(int width, int height) | generator::svg_writer_t | |
| viewport(int x, int y, int width, int height) | generator::svg_writer_t | |
| writeLine(const gml::dvec3 &p1, const gml::dvec3 &p2, const gml::dvec3 &color={0.0, 0.0, 0.0}) | generator::svg_writer_t | |
| writeMesh(const Mesh &mesh, bool writeVertices=false, bool writeNormals=false) | generator::svg_writer_t | inline |
| writePath(const Path &path, bool writeVertices=false, bool writeAxis=false) | generator::svg_writer_t | inline |
| writePoint(const gml::dvec3 &p, const gml::dvec3 &color={0.0, 0.0, 0.0}) | generator::svg_writer_t | |
| writeShape(const shape_t &shape, bool writeVertices=false, bool writeAxis=false) | generator::svg_writer_t | inline |
| writeTriangle(const gml::dvec3 &p1, const gml::dvec3 &p2, const gml::dvec3 &p3, const gml::dvec3 &color) | generator::svg_writer_t | |
| writeTriangle(const gml::dvec3 &p1, const gml::dvec3 &p2, const gml::dvec3 &p3) | generator::svg_writer_t |