#include "plymesh.h"
#include "paramset.h"
#include "dynload.h"
#include "mesh.h"
#include "./plymesh/rply.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
static int | lux::VertexCB (p_ply_argument argument) |
static int | lux::NormalCB (p_ply_argument argument) |
static int | lux::FaceCB (p_ply_argument argument) |
static DynamicLoader::RegisterShape < PlyMesh > | lux::r ("plymesh") |