libgltf 0.1.0-3 source package in Ubuntu

Changelog

libgltf (0.1.0-3) unstable; urgency=medium

  * fix build with glm 0.9.9 by defining -DGLM_ENABLE_EXPERIMENTAL in
    GLM_CFLAGS (closes: #888930)
  * set Maintainer to Debian QA Group <email address hidden>

 -- Rene Engelhard <email address hidden>  Mon, 05 Feb 2018 21:05:03 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libgltf_0.1.0-3.dsc 1.9 KiB a921a8aecf4a2f4f28c6c6348ad2504996609e1da034ded561eae3f4ee511fc5
libgltf_0.1.0.orig.tar.gz 718.9 KiB 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da
libgltf_0.1.0-3.debian.tar.xz 8.6 KiB 17b3058eb158c324effe463b746284d83160c64937cf559efc3dcac1a6cd84b0

Available diffs

No changes file available.

Binary packages built by this source

libgltf-0.1-1: Library for rendering glTF models

 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 one to change the
 camera position so the scene can be displayed from different points of view.

libgltf-0.1-1-dbgsym: No summary available for libgltf-0.1-1-dbgsym in ubuntu eoan.

No description available for libgltf-0.1-1-dbgsym in ubuntu eoan.

libgltf-dev: Library for rendering glTF models -- development

 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 one to change the
 camera position so the scene can be displayed from different points of view.
 .
 This package contains the files needed to build applications using libGLTF.