-
retrieving buffer/display list/VBO's vertxacies
I know that one of the most tedious and developer-unfriendly actions is retrieving vertex (not color) data off the buffer to create ex:collision models.
-
Advanced Member
Frequent Contributor
Re: retrieving buffer/display list/VBO's vertxacies
I'm not sure what you mean here, but I suppose you are looking for transform feedback.
Disclaimer: This is my personal profile. Whatever I write here is my personal opinion and none of my statements or speculations are anyhow related to my employer and as such should not be treated as accurate or valid and in no case should those be considered to represent the opinions of my employer.
Technical Blog:
http://www.rastergrid.com/blog/
-
Senior Member
OpenGL Guru
Re: retrieving buffer/display list/VBO's vertxacies
You know, when you were passing OpenGL that data, you could have just kept a copy yourself and stored it in your collision system. Nobody is forcing you to read back from a buffer object or something.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules