mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Default vertex column alignment should be 4
This commit is contained in:
parent
66011a1352
commit
92d40c3144
@ -279,7 +279,7 @@ ConfigVariableBool vertices_float64
|
|||||||
"slower."));
|
"slower."));
|
||||||
|
|
||||||
ConfigVariableInt vertex_column_alignment
|
ConfigVariableInt vertex_column_alignment
|
||||||
("vertex-column-alignment", 1,
|
("vertex-column-alignment", 4,
|
||||||
PRC_DESC("This specifies the default byte alignment for each column of "
|
PRC_DESC("This specifies the default byte alignment for each column of "
|
||||||
"data within a GeomVertexData when it is assembled using the default "
|
"data within a GeomVertexData when it is assembled using the default "
|
||||||
"interfaces. Normally, you should not change this config variable "
|
"interfaces. Normally, you should not change this config variable "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user