Skip to main content

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.

Filter by
Sorted by
Tagged with
1 vote
0 answers
63 views

I extracted vertex data: positions, indices, weights and bone indices, as well as animation data: inverse-bind matrices, sampler inputs and outputs, etc, from SimpleSkin.gltf I followed the tutorial ...
Ofiongston's user avatar
0 votes
0 answers
114 views

I am trying to write a raytracer in Rust that is able to load a .gltf file and render it. To do this I model a scene in Blende, export it to gltf (y up) and use my renderer to render the scene. The ...
C. Dautermann's user avatar
2 votes
1 answer
418 views

I've built a renderer which should render glTF materials, as they are defined in their specification. So I should be able to render satisfying (similar to Cycles and Ospray) results just from the base ...
AllenTeehrsie's user avatar
-1 votes
2 answers
105 views

I have searched around in a lot of places but I have yet to find some place that explains 3D file formats in a way that aligns with the model I have right now. I have a simple problem (I think) but it'...
Marcel's user avatar
  • 99
2 votes
0 answers
94 views

This is technically about PGA motors, but dual quaternions are a subalgebra of PGA so for all given purposes it's the same idea. I have an animation in gltf, specified as inverse bind pose matrices, ...
Makogan's user avatar
  • 1,891
4 votes
1 answer
137 views

I'm working on some code to convert a 3d geometry from IFC to gltf/glb. One of the challenges I'm facing with this is that - IFC provides transformations for each primitive separately i.e., if I have ...
Gangula's user avatar
  • 143
0 votes
0 answers
109 views

I'm working on a glTF, precisely I'm trying to animate a "static" mesh exported from Blender directly acting on its JSON. In doing so, I'm following the logic used in this tutorial , where a ...
Ludovico's user avatar
2 votes
2 answers
345 views

I am trying to transform the mesh data in a gltf file and then modify the skin and animation data accordingly. Let's say we want to transform the data using a 4x4 homogeneous matrix. For ...
Makogan's user avatar
  • 1,891
2 votes
1 answer
341 views

I am trying to load gltf data onto an engine I am making and I am noticing that something is wrong with the rotations. I want to be able to see the raw numeric values of the animation data in the gltf ...
Makogan's user avatar
  • 1,891
0 votes
1 answer
442 views

Suppose a GLTF file provides a single N byte buffer which includes all vertex data for multiple meshes. The first m bytes are ...
dubious's user avatar
  • 113
2 votes
1 answer
160 views

Simple question: is there a source that precedes the idea of presenting graphical application or 3D scene in a scene graph? I came across Hierarchical geometric models for visible surface algorithms ...
Toothery's user avatar
1 vote
1 answer
144 views

I am using tinyGLTF to parse gltf files and then render them in my program. I am currently during the third example in this page. In particular I am trying to extract the 2 animation buffers: My code:...
Makogan's user avatar
  • 1,891
2 votes
1 answer
210 views

I have an obj parser that handles triangle meshes specifically. I want to extend it (and the rest of my system) to handle animations as well. However, I don't think I am ready to tackle the glTF ...
Makogan's user avatar
  • 1,891
4 votes
1 answer
1k views

Is there a way when looking at the source of a glTF file that you can determine what the boundingBox values of the object are?
Jamie Bresner's user avatar
4 votes
3 answers
6k views

I have a need to generate a series of GLB files. I have a base template for a GLTF file which I have to derive off of. The models thus generated will only have varying textures on them. The base mesh ...
shashanka n's user avatar

15 30 50 per page