mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Change max vertices to 65534 to avoid conflict with strip cut index
This commit is contained in:
parent
241adfe34d
commit
6d6a4398c6
@ -145,7 +145,7 @@ ConfigVariableEnum<EggRenderMode::AlphaMode> egg_alpha_mode
|
|||||||
"or because of a four-channel texture."));
|
"or because of a four-channel texture."));
|
||||||
|
|
||||||
ConfigVariableInt egg_max_vertices
|
ConfigVariableInt egg_max_vertices
|
||||||
("egg-max-vertices", 65535,
|
("egg-max-vertices", 65534,
|
||||||
PRC_DESC("Specifies the maximum number of vertices that will be "
|
PRC_DESC("Specifies the maximum number of vertices that will be "
|
||||||
"added to any one GeomVertexData by the egg loader."));
|
"added to any one GeomVertexData by the egg loader."));
|
||||||
|
|
||||||
|
@ -265,7 +265,7 @@ ConfigVariableBool depth_offset_decals
|
|||||||
"their depth offset implementation."));
|
"their depth offset implementation."));
|
||||||
|
|
||||||
ConfigVariableInt max_collect_vertices
|
ConfigVariableInt max_collect_vertices
|
||||||
("max-collect-vertices", 65535,
|
("max-collect-vertices", 65534,
|
||||||
PRC_DESC("Specifies the maximum number of vertices that are allowed to be "
|
PRC_DESC("Specifies the maximum number of vertices that are allowed to be "
|
||||||
"accumulated into any one GeomVertexData structure as a result "
|
"accumulated into any one GeomVertexData structure as a result "
|
||||||
"of collecting objects together during a flatten operation. "
|
"of collecting objects together during a flatten operation. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user