diff options
Diffstat (limited to 'libraries/libgltf/README')
-rw-r--r-- | libraries/libgltf/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libraries/libgltf/README b/libraries/libgltf/README index 7c26fd56bca7..c81fbac67581 100644 --- a/libraries/libgltf/README +++ b/libraries/libgltf/README @@ -1,9 +1,11 @@ -LIBGLTF is a C++ library for rendering OpenGL models stored in glTF format. +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. +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. |