unreal.PCGSphereGeneration¶
- class unreal.PCGSphereGeneration¶
Bases:
EnumBaseEPCGSphere Generation
C++ Source:
Plugin: PCG
Module: PCG
File: PCGCreatePointsSphere.h
- ANGLE: PCGSphereGeneration = Ellipsis¶
Points generated radially along longitude and latitude lines to form a sphere with user defined angles.
- Type:
1
- GEODESIC: PCGSphereGeneration = Ellipsis¶
Points generated from subdivided equilateral triangles across the sphere’s surface.
- Type:
0
- POISSON: PCGSphereGeneration = Ellipsis¶
Sample points along the sphere’s surface with a minimal distance between any given two points.
- Type:
4
- RANDOM: PCGSphereGeneration = Ellipsis¶
Points are generated with a uniform distribution on the surface of the sphere.
- Type:
3
- SEGMENTS: PCGSphereGeneration = Ellipsis¶
Points generated radially along longitude and latitude lines to form a sphere with user defined number of segments.
- Type:
2