#include "mesh.h"#include "context.h"#include "framebuffer.h"#include "icamera.h"#include "intersecttriangle.h"#include "ray.h"#include "statistics.h"#include "triboxoverlap.h"#include <cassert>#include <limits>Go to the source code of this file.
Functions | |
| void | line (const ICamera *camera, Framebuffer *framebuffer, const Point3 &p0, const Point3 &p1, const Color3 &color) |
|
||||||||||||||||||||||||
|
Definition at line 313 of file mesh.cpp. References toxic::Framebuffer::ConvertFromNDC(), toxic::Framebuffer::PlotLine(), and toxic::ICamera::Project(). Referenced by toxic::Mesh::Annotate(). |
1.3.6