Skip to content

psududemike/glTF-Transform-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glTF-Transform-Test

A simple pipeline to compare the effect of gltf transformation on a sample dataset.

This pipeline allows the specification of multiple transforms and sample models from the glTF Sample Models repository and utilizes transformations from the glTF Transform library. It will run all combinations of models/transforms and provide some statistics on the differences between the optimized and original model.

Differences analyzed

Analysis Description
Total Mesh size
Number of Vertices
Number of Meshes

Pipeline flow

flowchart LR
  id1[Gather Testing Data] --> id2[Install glTF Transform]
  id2 --> id3[Create list of transforms to test]
  id3 --> id4[Apply transforms to each test case]
  id4 --> id5[Gather Statistics on each test]
Loading

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages