Skip to content

Incorporate accessor limits #6

@karnkaul

Description

@karnkaul

Context

A GLTF accessor may have min / max fields, whose type can range from a single integer/float all the way to a 4x4 matrix. This needs to be parsed from the JSON into appropriate C++ data structures (a single glm::mat4x4 should cover all cases, but the parser needs to be careful about the encoding of each type within it), which is currently a two stage process.

Details of code upon request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    gltfInvolves GLTF code

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions