MDLMesh.CreateEllipsoid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("newEllipsoidWithRadii:radialSegments:verticalSegments:geometryType:inwardNormals:hemisphere:allocator:")]
public static ModelIO.MDLMesh CreateEllipsoid (OpenTK.Vector3 radii, nuint radialSegments, nuint verticalSegments, ModelIO.MDLGeometryType geometryType, bool inwardNormals, bool hemisphere, ModelIO.IMDLMeshBufferAllocator allocator);
static member CreateEllipsoid : OpenTK.Vector3 * nuint * nuint * ModelIO.MDLGeometryType * bool * bool * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLMesh
Parameters
- radii
- Vector3
- radialSegments
- System.System.UIntPtr System.unativeint
- verticalSegments
- System.System.UIntPtr System.unativeint
- geometryType
- MDLGeometryType
- inwardNormals
- Boolean
- hemisphere
- Boolean
Returns
- Attributes