Skip to content

Probably wrong encoding on big-endian computers #12

@kylebarron

Description

@kylebarron

I often dump the bytes of a numpy array to a buffer for fast writing to file

This probably uses system endianness. Since quantized mesh files must be little-endian, presumably files written on big-endian computers would be incorrect.

Look at the Numpy byte-swapping docs for a fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions