33#include <NDEVR/Material.h>
36 class DesignObjectLookup;
Provides default materials that can be used within the NDEVR API.
Definition DefaultMaterials.h:41
static void createDefaultStones(DesignObjectLookup *manager)
static void createDefaultMaterials(DesignObjectLookup *manager)
static void setupCADMaterial(uint01 cad_index, Material &mat)
static void createDefaultPlastics(DesignObjectLookup *manager)
static void createDefaultMetals(DesignObjectLookup *manager)
static void createDefaultRubbers(DesignObjectLookup *manager)
A core class where all Design Objects including models, materials, and geometries are stored....
Definition DesignObjectLookup.h:65
Container responsible for storing and setting the appearance of a Model or Geometry within the NDEVR ...
Definition Material.h:51
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:80