Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Length of polylist <p> is not the number of inputs (i.e. VERTEX and N…
…ORMAL) * vcount.size() * 3. If both VERTEX and NORMAL have offset 0, then the length of polylist <p> is vcount.size() * 3. So use length of set(offset) as inputSize. This fix for cases where VERTEX and NROMAL share same vcounts, see gazebosim#2682 (comment)
- Loading branch information