Enum VoxelGI.SubdivEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VoxelGI.SubdivEnum : long
Fields
Max = 4Represents the size of the VoxelGI.SubdivEnum enum.
Subdiv128 = 1Use 128 subdivisions. This is the default quality setting.
Subdiv256 = 2Use 256 subdivisions.
Subdiv512 = 3Use 512 subdivisions. This is the highest quality setting, but the slowest. On lower-end hardware, this could cause the GPU to stall.
Subdiv64 = 0Use 64 subdivisions. This is the lowest quality setting, but the fastest. Use it if you can, but especially use it on lower-end hardware.