unreal.PCGSpherePointOrientation

class unreal.PCGSpherePointOrientation

Bases: EnumBase

EPCGSphere Point Orientation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGCreatePointsSphere.h

CENTRIC: PCGSpherePointOrientation

Points are aligned inward toward the origin (inverse of the normal).

Type:

1

NONE: PCGSpherePointOrientation

Points will not be explicitly aligned.

Type:

2

RADIAL: PCGSpherePointOrientation

Points are aligned outward from the origin (the normal of the sphere’s surface).

Type:

0