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

API PROPOSAL: enable public decodeToStream() or decodeToBuffer() for C# code to deal with the glTF stream internally. #3

Open
xiaoyuvax opened this issue Jun 17, 2024 · 0 comments

Comments

@xiaoyuvax
Copy link

xiaoyuvax commented Jun 17, 2024

Can u guys please enable public DecodeToStream() or DecodeToBuffer() methods for C# code to deal with the glTF stream internally, i.e. the decoded glTF deosn't have to be written to disk, but retained in memory.

proposing API:
public void DecodeToStream(stream memoryStream)
or
public void DecodeToBuffer(ref byte[] glTFData)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant