Skip to content

Nyx128/single_file_gltf_importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

single_file_gltf_importer

A single cpp file gltf importer that works with glm

Setup:

  1. Make a new visual studio project and place these folders in the working directory(have [Place solution and project in the same directory DISABLED])
  2. Go to C/C++ -> General -> Additional Include Directories and paste this in [$(SolutionDir)\src;$(SolutionDir)\external\include]
  3. run the program and the importer with generate std::vectors of positions, indices and texCoords. Use them however you want.

About

A single cpp file gltf importer that works with glm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors