unreal.PCGSpherePointOrientation

class unreal.PCGSpherePointOrientation

Bases: EnumBase

EPCGSphere Point Orientation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGCreatePointsSphere.h

CENTRIC: PCGSpherePointOrientation = Ellipsis

Points’ Up vector is aligned inward toward the origin (inverse of the normal).

Type:

1

NONE: PCGSpherePointOrientation = Ellipsis

Points will not be explicitly aligned.

Type:

2

RADIAL: PCGSpherePointOrientation = Ellipsis

Points’ Up vector is aligned outward from the origin (the normal of the sphere’s surface).

Type:

0