opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
mesh_normal_vectors_material.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc
6{
7 // A `Material` that draws each of the `Mesh`'s vertex normals as lines
8 // that originate at the vertex position and point in the direction of
9 // the vertex's normal.
14}
Definition material.h:21
Definition mesh_normal_vectors_material.h:10
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56