struct mrpt::opengl::CAssimpModel::TImplAssimp

A container for automatic deletion of assimp scene when the last reference of the smart_ptr’s is destroyed.

struct TImplAssimp
{
    //
fields

    void* scene = nullptr;
};

Fields

void* scene = nullptr

aiScene*