Motedis | 80/20 equivalent |
---|---|
Profile 40x80L I-type slot 8 929mm x 2, 849mm x 4 | https://8020.net/40-4080-ul.html |
Profile 40x40L I-Type slot 8 1000mm x 2, 849 mm x 2 | https://8020.net/40-4040-ul.html |
Connector plate double 156x78x5, lasercut | https://8020.net/40-4365.html * (close enough?) |
Bracket 40 I-Type slot 8 | https://8020.net/40-4302.html * |
[Adjustable leveling foot P30-B-Type](https://www.motedis.com/sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "Model.hpp" | |
bool core::ModelLoader::loadModel(const char* fp, Model* m) | |
{ | |
core::log("Loading " + (std::string)fp, core::green); | |
Assimp::Importer importer; // used to import the model | |
const aiScene* scene = importer.ReadFile(fp, | |
aiProcess_Triangulate | |