Questions tagged [gltf]

The GL Transmission Format (glTF) is a runtime asset delivery format for GL APIs: WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between 3D content creation tools and modern GL applications by providing an efficient, extensible, interoperable format for the transmission and loading of 3D content.

The GL Transmission Format (glTF) is a runtime asset delivery format for GL APIs: , , and . glTF bridges the gap between 3D content creation tools and modern GL applications by providing an efficient, extensible, interoperable format for the transmission and loading of 3D content.

The need for a network-enabled 3D content delivery format such as glTF has been compared to the need for JPEG for images, and MP3 for audio.

Specification

The glTF specification is maintained by the Khronos Group. This standards organization is also responsible for OpenGL, WebGL, COLLADA, and others.

Sample Models

A collection of Sample models are available for learning glTF, and testing runtime engines and content pipeline tools.

Converters and Exporters

glTF files can be created by converting from other popular formats such as , OBJ, , and others. View the list of converters.

As support for glTF grows, 3D authoring packages may gain the ability to export to glTF directly. For example, a exporter is in early stages of development.

Loaders and Viewers

Support for glTF is available for , , , , and others. Khronos maintains a list of glTF loaders and viewers.

File Structure

A structural overview diagram (by Marco Hutter) shows an at-a-glance view of the structure of a glTF file and its contents.

880 questions
-1
votes
2 answers

Aframe angular 7 unable to load gltf model

I am trying to display a gltf-model in Aframe using Angular 7. `
Niraj
  • 333
  • 1
  • 5
  • 23
-1
votes
1 answer

dae to gltf pbr export not exporting textures not base64

i have Dae, and separately textures that i'd like to include in the exproter. I use collada2gltf exporter and do next steps ./COLLADA2GLTF-bin -i /Users/Andy/downloads/Ball_Dae/ball_v2.dae -o /Users/Andy/downloads/Ball_Dae/Ball_Output…
ildar
  • 185
  • 2
  • 3
  • 16
-2
votes
1 answer

Is the script gltfjsx used to turn glt files into usable jsx safe?

Is using npx gltfsx safe? gltfsx is "a small command-line tool that turns GLTF assets into declarative and re-usable react-three-fiber JSX components". Link to github: https://github.com/pmndrs/gltfjsx
-2
votes
1 answer

Blender model is too heavy

My question is pretty simple, I load 4 models and some texture for my threeJS website but the first loading is too long. You can take a look : https://issammerikhi.vercel.app/ Do you know a simple and efficient way to reduce my model size ? Thanks…
Issam Merikhi
  • 45
  • 1
  • 4
-2
votes
1 answer

How can I local gltf loader three js to show in github server in my repo

when I run code on my vs app it work but when it run on github it warn error 404 aborted, I found a documentation that about this problem but I don't understand link my work on github: https://panupatspyksw.github.io/3dMonkey/
-2
votes
1 answer

Any Open source Libraries to Convert STEP files to glTF file format?

Im trying to convert STEP file to glTF format in .net core.Any solution for to read and convert STEP files in glTF format.
-2
votes
1 answer

Slow rendering process in Three.js output

I have created a 3d model from Autodesk 3D max and exported a Object file from it. Than I imported that in Blender and installed a GLTF plugin in it. Than after doing some changes I exported a GLTF file with a bin file from it and provided that to…
1 2 3
58
59