Novbos (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


* 0 = Enable vbos, 1 = Disable vbos. Default is 0.
* 0 = Enable vbos, 1 = Disable vbos. Default is 0.
* A [[https://en.wikipedia.org/wiki/Vertex_buffer_object|vertex buffer object (VBO)]] is an OpenGL feature that provides methods for uploading vertex data (position, normal vector, color, etc.) to the video device for non-immediate-mode rendering.  
* A [https://en.wikipedia.org/wiki/Vertex_buffer_object|vertex buffer object (VBO)] is an OpenGL feature that provides methods for uploading vertex data (position, normal vector, color, etc.) to the video device for non-immediate-mode rendering.  





Revision as of 20:01, 4 June 2023

Slash command

/novbos 0-1

Turns off vertex buffer object extension.

  • 0 = Enable vbos, 1 = Disable vbos. Default is 0.
  • A buffer object (VBO) is an OpenGL feature that provides methods for uploading vertex data (position, normal vector, color, etc.) to the video device for non-immediate-mode rendering.


Example

/novbos 1