All Projects → Qantas94Heavy → binary-gltf-utils

Qantas94Heavy / binary-gltf-utils

Licence: other
Bundles glTF models, images, shaders and other assets into a Binary glTF (.glb) file.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to binary-gltf-utils

home-space
Startpage and WebXR home
Stars: ✭ 43 (+38.71%)
Mutual labels:  gltf
docker-gltf-to-udsz
Docker container for converting gltf files into apple usdz quicklook files
Stars: ✭ 42 (+35.48%)
Mutual labels:  gltf
Ogre glTF
glTF 2.0 asset loader plugin for Ogre 2.1
Stars: ✭ 44 (+41.94%)
Mutual labels:  gltf
libgltf
glTF 2.0 parser/loader for C++11, supports many extensions likes `KHR_draco_mesh_compression`, `KHR_lights_punctual`, `KHR_materials_clearcoat`, and more.
Stars: ✭ 55 (+77.42%)
Mutual labels:  gltf
glAvatar
a glTF extension (extra?) for avatar with switchable skeletons, skins, clothes, etc.
Stars: ✭ 30 (-3.23%)
Mutual labels:  gltf
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+80.65%)
Mutual labels:  gltf
vim-webgl-viewer
An easy to use online 3D model viewer based on Three.JS.
Stars: ✭ 41 (+32.26%)
Mutual labels:  gltf
panda3d-gltf
glTF utilities for Panda3D
Stars: ✭ 63 (+103.23%)
Mutual labels:  gltf
gdx-gltf
GLTF 2.0 3D format support and PBR shader implementation for LibGDX
Stars: ✭ 156 (+403.23%)
Mutual labels:  gltf
gltf-avatar-threejs
A glTF-based 3d avatar system
Stars: ✭ 195 (+529.03%)
Mutual labels:  gltf
forge-convert-utils
Utilities for converting Autodesk Forge file formats.
Stars: ✭ 83 (+167.74%)
Mutual labels:  gltf
f3d
Fast and minimalist 3D viewer.
Stars: ✭ 791 (+2451.61%)
Mutual labels:  gltf
gltf-bounding-box
Computes the global bounding box of a gltf model
Stars: ✭ 18 (-41.94%)
Mutual labels:  gltf
maya-glTF
glTF 2.0 exporter for Autodesk Maya
Stars: ✭ 121 (+290.32%)
Mutual labels:  gltf
VGltf
A glTF 2.0 importer/exporter library written in pure C# with support for use in Unity
Stars: ✭ 53 (+70.97%)
Mutual labels:  gltf
bus derby
A 3D vehicle derby video game rendered in three.js and run on a physi.js physics engine. UV maps designed in Adobe Illustrator; meshes created in Blender and imported as glTF.
Stars: ✭ 88 (+183.87%)
Mutual labels:  gltf
android-3d-model-viewer
Android app to load 3D models in obj, stl, dae & gltf format using pure OpenGL ES 2.0. Published on Play Store https://play.google.com/store/apps/details?id=org.andresoviedo.dddmodel2
Stars: ✭ 150 (+383.87%)
Mutual labels:  gltf
lol2gltf
Tool for converting between the glTF format and League of Legends models and animations
Stars: ✭ 74 (+138.71%)
Mutual labels:  gltf
verge3d-blender-addon
WebGL exporter add-on ripped from Verge3D for Blender toolkit
Stars: ✭ 91 (+193.55%)
Mutual labels:  gltf
importer-exporter
3D City Database client for high-performance import and export of 3D city model data
Stars: ✭ 104 (+235.48%)
Mutual labels:  gltf

README

The binary-gltf-utils module allows you to convert plain GLTF files with separate assets to a single, bundled Binary GLTF file.

Usage: gltf-to-glb <file> [options]

Options:
  -e, --embed  embeds textures or shaders into binary GLTF file
                                        [array] [choices: "textures", "shaders"]
  --cesium     OBSOLETE (has no effect, no longer required by Cesium)  [boolean]
  -h, --help   Show help                                               [boolean]

Licence: MIT (see COPYRIGHT.md for details)

Changes since 1.1.1

  • Fix embedding of image textures
  • Add support for --embed option without further arguments
  • Fix binary GLTF file generation for files without images or shaders
  • Add binary_glTF buffer definition to all files
  • The --cesium flag is obsolete and no longer has any effect. Cesium 1.20+ has changed its Binary GLTF reader to be specification compliant.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].