https://github.com/sueda/eol-cloth
Revision a6d03813fc8cd8b58edc6b3cef6b2f732f4d9d36 authored by Nick Weidner on 07 September 2018, 18:25:33 UTC, committed by Nick Weidner on 07 September 2018, 18:25:33 UTC
1 parent 09335f4
Tip revision: a6d03813fc8cd8b58edc6b3cef6b2f732f4d9d36 authored by Nick Weidner on 07 September 2018, 18:25:33 UTC
Point fix
Point fix
Tip revision: a6d0381
Preprocessor.h
#pragma once
#ifndef __Preprocessor__
#define __Preprocessor__
#include "external\ArcSim\mesh.hpp"
#include "boxTriCollision.h"
void preprocess(Mesh& mesh, const Eigen::MatrixXd &boundaries, std::vector<std::shared_ptr<btc::Collision> > cls);
void preprocessPart(Mesh& mesh, const Eigen::MatrixXd &boundaries, const std::vector<std::shared_ptr<btc::Collision> > cls, int &part);
void preprocessClean(Mesh& mesh);
#endif
Computing file changes ...