scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
renderer.h File Reference

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>
Include dependency graph for renderer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scimesh::Renderer
 The main rendering engine. More...
 

Namespaces

namespace  scimesh
 

Detailed Description

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.