Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extensions): Add KHR_accessor_float64 #1417

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

donmccurdy
Copy link
Owner

@donmccurdy donmccurdy commented May 18, 2024

Work in progress. Implements basic I/O for KHR_accessor_float64. Further work will be required to ensure that all features of the /extensions and /functions modules support f64 accessors.

Includes two commands in the CLI (temporary, not meant for production release) to convert between f32 and f64 accessors:

# convert f32 -> f64
gltf-transform f64 scene.glb scene_f64.glb

# convert f64 -> f32
gltf-transform f32 scene_f64.glb scene_f32.glb

Related:

@donmccurdy
Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @donmccurdy and the rest of your teammates on Graphite Graphite

@donmccurdy donmccurdy added feature New enhancement or request package:extensions labels May 18, 2024
@donmccurdy donmccurdy added this to the 🗄️ Backlog milestone May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New enhancement or request package:extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant