Skip to content

sitara-systems/sitara-assimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinder-Assimp

C++ Cinder Block to use the Open Asset Import Library. Assimp is a portable Open Source library to import various well-known 3D model formats in a uniform manner.

Based on ofxAssimpModelLoader by Anton Marini, Memo Akten, Kyle McDonald and Arturo Castro.

Features

  • Supports basic phong materials, textures, and vertex coloring
  • Supports multi-mesh scenes
  • built-in support for applying custom shaders to meshes

To Do

  • Associate shaders with individual meshes rather than a file
  • VBO support, instead of TriMesh
  • GPU skinning
  • Better material support
  • Multitexture support

About

Cinder block for the 3d model importing Open Asset Import Library

Resources

Stars

Watchers

Forks

Languages

  • C++ 95.3%
  • GLSL 4.3%
  • C 0.4%