-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Tutorials — reading and writing files #808
Comments
Hi Don - this is precisely the position I am in at the moment ;-) so your thoughts would be most welcome. My workflow in this instance is - read file from disk=> edit/compress=> write file to disk. Any hints on that would be awesome! Cheers |
Hi @OldManMeta! Is compression the only edit you're trying to make, or were there others? Do you prefer to do this in a Node.js script, a web browser, a CLI tool, or something else? Maybe the best thing would be to start a discussion thread and we can figure out the rest. |
@donmccurdy - hey thanks for that. Wow - I didn't even see the discussions stuff before. I'll head over there! Cheers |
Merging this issue into #984. |
While the I/O classes are documented, e.g. to read/write .glTF files on disk... the two most reasonable next steps probably deserve guides, and we don't have them today:
I imagine those guides could be helpful to people who are writing converters, generating models procedurally, writing loaders for their own engines or applications, etc. This could go into the Introduction section, following the "Concepts" guide.
(Suggested by @bhouston)
The text was updated successfully, but these errors were encountered: