Skip to content

Fix text artifacts in example browser#4626

Open
justincredible wants to merge 3 commits intobulletphysics:masterfrom
justincredible:patch-2
Open

Fix text artifacts in example browser#4626
justincredible wants to merge 3 commits intobulletphysics:masterfrom
justincredible:patch-2

Conversation

@justincredible
Copy link
Copy Markdown

Fixes #4493

Thanks to @DaveH355 it was easy to git-bisect where the issue was introduced (31b9be8).

The diff is very short so it was quick to see the misuse of the VAO in glBindBuffer(). The first commit is sufficient for GLX, but testing on Windows showed a need to allocate the buffer space like the position VBO (I guess WGL is more faithful to the spec. in this regard?).

I also renamed the misleading variable to its supposed intended use.

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

Successfully merging this pull request may close these issues.

Text artifacts in Example Browser

1 participant