Novbos (Command Line Parameter): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 11: Line 11:
==Example==
==Example==
  -novbos 1
  -novbos 1
{{Navbox Graphic Commands}}
[[Category:Commands Line Parameter]]
[[Category:Graphic Commands]]

Latest revision as of 09:46, 5 January 2024

Command Line Parameter

-novbos [0-1]

Turns off vertex buffer object extension.

  • 0 = Enable vbos, 1 = Disable vbos. Default = 0.
  • A 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.
  • Warning: This launch command, if enabled, will crash the game client.


Example

-novbos 1