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

VertexBuffer count is incorrect when offset > 0 #310

Open
jbellis opened this issue Jun 6, 2022 · 1 comment
Open

VertexBuffer count is incorrect when offset > 0 #310

jbellis opened this issue Jun 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jbellis
Copy link
Contributor

jbellis commented Jun 6, 2022

Operating System

Windows

OPENRNDR version

master

Java version (if applicable)

No response

Describe the bug

val count = w.positionElements is only correct when offset is zero

Steps to reproduce the bug

No response

@jbellis jbellis added the bug Something isn't working label Jun 6, 2022
@jbellis
Copy link
Contributor Author

jbellis commented Jun 6, 2022

My PR fixes this for the JVM but I'm not sure what to do on the JS side, it looks like it's ignoring offset entirely over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant