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

Unable to upload a pure VBO mesh #64

Closed
tito opened this issue Feb 19, 2011 · 2 comments
Closed

Unable to upload a pure VBO mesh #64

tito opened this issue Feb 19, 2011 · 2 comments
Assignees
Labels
Component: graphics kivy/graphics
Milestone

Comments

@tito
Copy link
Member

tito commented Feb 19, 2011

We could have a static mesh object, for upload big mesh (kinect usage for eg.)
(for people with old graphics card (as me) that doesn't support emitvertex >_<)

@dennda
Copy link
Contributor

dennda commented Feb 20, 2011

EmitVertex as used in geometry shaders? What card do you have? I believe it just requires a card > GeForce 8...

I don't really understand the intention of this issue.

@tito
Copy link
Member Author

tito commented Feb 20, 2011

Try to upload a 307200 vertices in a vbo, that's today impossible.
Once of the test was to produce a grid of 640x480 vertices.
Shader with GPU4 wasn't supported here, so can't use emitvertex too.

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

No branches or pull requests

2 participants