Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VertexDict precision fails for high-poly objects #7

Open
rystills opened this issue Feb 12, 2017 · 0 comments
Open

VertexDict precision fails for high-poly objects #7

rystills opened this issue Feb 12, 2017 · 0 comments

Comments

@rystills
Copy link
Owner

When generating vertices and storing them in a VertexDict, some verts fail to be generated if they are too close together. This is likely an issue with the current precision system used by VertexDict addVert and getVert. This can be verified by making a cylinder from meshShapes with a very large segment count (300+ depending on shape extents). Vertex position precision should be re-evaluated to accommodate models with high densities of vertices, as failing to generate verts can cause other components of the generation system to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant