Click or drag to resize

GIProbeSubdivEnum Enumeration

[Missing <summary> documentation for "T:Godot.GIProbe.SubdivEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum SubdivEnum
Members
  Member nameValueDescription
Subdiv640

Use 64 subdivisions. This is the lowest quality setting, but the fastest. Use it if you can, but especially use it on lower-end hardware.

Subdiv1281

Use 128 subdivisions. This is the default quality setting.

Subdiv2562

Use 256 subdivisions.

Subdiv5123

Use 512 subdivisions. This is the highest quality setting, but the slowest. On lower-end hardware this could cause the GPU to stall.

Max4

Represents the size of the GIProbeSubdivEnum enum.

See Also