Skip to content

Weired Output #3

@indus

Description

@indus

About half of the polygon coordinates are wrong. It looks like they are refelected on the centers (?) of the 12 initial faces.

Image

To get the coordinates I'm using:

const sqNums = [];
for (let i = task.start; i <= task.end; i++) {
    sqNums.push(BigInt(i));
}
const coords = dggs.sequenceNumToGrid(sqNums, task.level);

any advice?

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