PeriDyno 1.2.1
Loading...
Searching...
No Matches
tinyobj_helper.cpp File Reference
#include "tinyobj_helper.h"
#include "ImageLoader.h"
#include <tinyobjloader/tiny_obj_loader.h>
Include dependency graph for tinyobj_helper.cpp:

Go to the source code of this file.

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Macros

#define TINYOBJLOADER_IMPLEMENTATION
 

Functions

bool dyno::loadTextureMeshFromObj (std::shared_ptr< TextureMesh > texMesh, const FilePath &fullname, bool useToCenter)
 
bool dyno::loadObj (std::vector< Vec3f > &points, std::vector< TopologyModule::Triangle > &triangles, std::string filename, bool append)
 

Macro Definition Documentation

◆ TINYOBJLOADER_IMPLEMENTATION

#define TINYOBJLOADER_IMPLEMENTATION

Definition at line 5 of file tinyobj_helper.cpp.