Skip to content

Accessor type mismatch #9

Description

@VladSerhiienko

In file IOglTF.h in function

template<class T>
/*static*/ const utility::char_t *IOglTF::accessorType (int size, int dim)

there is an error in line 194, there should be szIVEC4 instead of szIVEC2.

case 4: return (type == FLOAT ? szVEC4 : (type == INT ? szIVEC4 : szBVEC4)) ;

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