google / google/draco

Vertex order - issue with coloring

Open
#703 0 comments 0 reactions 1 assignee Claimed by @igorvytyaz View on GitHub
question
Dominant language
C++
Stars
7.5k
Forks
1.1k
Avg merge
47m
Merged PRs (30d)
1

Description

Hi,
I could not find a similar issue, yet.
I am using a mesh for which I store submesh data in form of index groups. With draco compression I am using sequential ordering hoping to keep the amound and order of vertices, so that I can create those submeshes in runtime. However, draco compression still seems to reorder or reduce the amount of vertices. The picture shows a box that should be yellow and get clean blue outline without visible triangles. If I use an uncompressed non-draco file, I do not get any issues.

Is it even possible to keep the original order?

![image](https://user-images.githubusercontent.com/29654902/116372718-ffd2a180-a80c-11eb-8797-7b744c456261.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.