Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

MULTI_GEOMETRY = "MULTI_GEOMETRY"

Each polygon, its geometry and mesh are sent to the GPU every render frame. This was the default rendering mode before 4.0.17

SINGLE_GEOMETRY = "SINGLE_GEOMETRY"

Polygons' geometries are grouped by material and merged together, resulting in far fewer draw calls to the GPU. Default rendering mode since 4.0.17