Skip to content

jhurlbut/Cinder-glTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinder-glTF

glTF support for the Cinder framework

glTF is a runtime asset format for WebGL, OpenGL ES, and OpenGL. Read more here

##Features

  • multiple materials from the same shader source (techniques vs materials)
  • multiple meshes from the same buffer (accessors)
  • transformation hierarchy
  • animation channels
  • GPU instancing

##Pipeline

  • Author in 3D app (Maya, C4D, etc)
  • export OpenCollada format with materials, meshes, and animation data
  • use Collada2GLTF app to convert collada to gltf binary blobs, json descriptor and glsl shader source
  • use this code to load json, images, shaders and binary data

About

glTF support for Cinder/OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published