|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
The Renderer — the main entry point for drawing meshes to images. More...
#include <scimesh/mesh.h>#include <scimesh/scene.h>#include <scimesh/camera.h>#include <scimesh/render_options.h>#include <scimesh/image.h>

Go to the source code of this file.
Classes | |
| class | scimesh::Renderer |
| The main rendering engine. More... | |
Namespaces | |
| namespace | scimesh |
The Renderer — the main entry point for drawing meshes to images.
The Renderer class takes meshes, a camera, and render options and produces a 2D image. This is the primary API surface for C++ users.
Definition in file renderer.h.