orbea 9d0c04bab0 multiple: Update e-mail. 5 years ago
..
README d6aec7ec1c libraries/libgltf: Update script 7 years ago
libgltf.SlackBuild 0d0c8d368a multiple: 80-col limit. 6 years ago
libgltf.info 9d0c04bab0 multiple: Update e-mail. 5 years ago
slack-desc d6aec7ec1c libraries/libgltf: Update script 7 years ago

README

LIBGLTF is a C++ library for rendering OpenGL models stored in glTF
format.

The glTF, the GL Transmission Format, is the runtime asset format for
the GL APIs: WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between
formats used by modeling tools and the GL APIs.

LIBGLTF provides methods to load the OpenGL scene from glTF format and
render it into an existing OpenGL context. LIBGLTF also allows to change
the camera position so the scene can be displayed from different points
of view.