Novbos (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) (Redirected page to Novbos (Command Line Parameter)) Tag: New redirect |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[novbos (Command Line Parameter)]] | |||
==Slash command== | ==Slash command== | ||
{{SlashCommandArticle|command=novbos|options=0-1|note=Turns off vertex buffer object extension.}} | {{SlashCommandArticle|command=novbos|options=0-1|note=Turns off vertex buffer object extension.}} | ||
* 0 = Enable vbos, 1 = Disable vbos. Default | * 0 = Enable vbos, 1 = Disable vbos. Default = 0. | ||
* A | * 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. | ||
==Example== | ==Example== | ||
-novbos 0 | |||
Latest revision as of 03:16, 26 June 2023
Redirect to:
Slash command
/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.
Example
-novbos 0