Enum GpuParticlesCollisionSdf3D.ResolutionEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum GpuParticlesCollisionSdf3D.ResolutionEnum : long
Fields
Max = 6
Represents the size of the GpuParticlesCollisionSdf3D.ResolutionEnum enum.
Resolution128 = 3
Bake a 128×128×128 signed distance field.
Resolution16 = 0
Bake a 16×16×16 signed distance field. This is the fastest option, but also the least precise.
Resolution256 = 4
Bake a 256×256×256 signed distance field.
Resolution32 = 1
Bake a 32×32×32 signed distance field.
Resolution512 = 5
Bake a 512×512×512 signed distance field. This is the slowest option, but also the most precise.
Resolution64 = 2
Bake a 64×64×64 signed distance field.