Class MyMeshHelper
Inheritance
System.Object
MyMeshHelper
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class MyMeshHelper : Object
Constructors
MyMeshHelper()
Declaration
public MyMeshHelper()
Methods
GenerateSphere(ref MatrixD, Single, Int32, List<Vector3D>)
GenerateSphere
Declaration
public static void GenerateSphere(ref MatrixD worldMatrix, float radius, int steps, List<Vector3D> vertices)
Parameters
Type | Name | Description |
---|---|---|
MatrixD | worldMatrix | |
System.Single | radius | |
System.Int32 | steps | |
System.Collections.Generic.List<Vector3D> | vertices |