Any programmers out there?

Spent alot of time (500 hours in roughly 4 1/2 weeks) on a project
to get this message again and again:



Engine Error Too many verts for a dynamic vertex buffer (49673>49152) Tell a programmer to up VERTEX_BUFFER_SIZE



Anyone have a clue what it means??
 
it means the buffer you're trying to put data in in is smaller than the size of the data trying to be pushed in :D

now..without any context whatsoever...that's about all i can offer ;)
 
wow, that helps alot, really. Ok, so now i have a clue of what to do. No one who played CS:S online could help me, and thats what the project is for.

Reduces lighting or remake the hallway :D

oh, and your avitar is scary....
 
yes his avatar is scary. maybe you should google resizing buffers? that may help. go to www.codeproject.com, that site saved my butt on a programming project. its like a database for programmers, could be helpful.
Joey.
 
Back
Top