Skip to content

mattnotmitt/ModelLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModelLoader

H62PEP Project Repo for Group 21

This repo contains a C++ library which is able to load and save a proprietary model format for display in a QT/VTK CAD preview application which will be developed in semester two.

Setup

mkdir build
cd build
cmake ..
make [optional: ModelLoader | ModelLoaderTest | ModelLoaderNormal] -jN # N specifies number of threads to make with

Running

Unit tests can be run by using (omit the grep pipe at the end if you want to see debug output):

./ModelLoaderTest --use-colour yes | grep -Ev "INFO|DEBUG|TRACE" --color=never

Test application which loads files and outputs can be run using (edit or omit the grep to view debug info including full details on loaded cells, vertices and mats):

./ModelLoaderNormal | grep -Ev "DEBUG|TRACE"

OpenGL

Preliminary OpenGL/GLUT support can be found in the glut branch.

About

H62PEP Project for Group 21

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •