Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FBoxSphereGenerator
Options for methods to project cube vertices to the sphere
| Name | ESphereProjectionMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/BoxSphereGenerator.h |
| Include Path | #include "Generators/BoxSphereGenerator.h" |
Syntax
enum ESphereProjectionMethod
{
NormalizedVector,
CubeMapping,
}
Values
| Name | Remarks |
|---|---|
| NormalizedVector | |
| CubeMapping | See http://catlikecoding.com/unity/tutorials/cube-sphere/ or http://mathproofs.blogspot.ca/2005/07/mapping-cube-to-sphere.html |