Skip to content

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

@xiaoyuvax

Description

@xiaoyuvax

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions