MD Package Technical & APi Documentation
Introduction
Essentials
MD_Preferences
MD_MeshProEditor
MD_MeshEditorRuntime
MD_MeshColliderRefresher
MD_MeshBase
Modifiers
MD_ModifierBase
MDM_Twist
MDM_SurfaceTracking
MDM_SoundReact
MDM_SculptingLite
MDM_RaycastEvent
MDM_Morpher
MDM_MeshSlime
MDM_MeshNoise
MDM_MeshFit
MDM_MeshEffector
MDM_MeshDamage
MDM_MeshCut_Cutter
MDM_MeshCut
MDM_MeltController
MDM_InteractiveSurface
MDM_FFD
MDM_Bend
MDM_AngularBend
Geometry
MD_GeometryBase
MDG_TunnelCreator
MDG_PathCreator
MDG_MeshPaint
MDG_Tube
MDG_Triangle
MDG_Torus
MDG_Sphere
MDG_ProceduralPlane
MDG_ProceduralExtendedPlane
MDG_Octahedron
MDG_HexagonGrid
MDG_Cube
MDG_Cone
Utilities
MD_VertexTool
MD_Utilities
MDG_Sphere ::
MD_GeometryBase
Namespace: MDPackage.Geometry
Simple quad-based sphere primitive generated at runtime in Unity Engine.
Read more here (Online documentation slide)
Public Methods
public
void
MDGSphere_ChangeSize(
float
size)
public
static
GameObject
CreateGeometry()
Public Fields
public
float
sphereRadius =
1f
;
[
Range
(
3
,
100
)]
public
int
sphereSegments =
12
;
[
Range
(
3
,
100
)]
public
int
sphereSlices =
18
;
[
Range
(
0
,
360
)]
public
int
sphereSliceMax =
360
;
[
Range
(
0
,
180
)]
public
int
sphereVerticalSliceMax =
180
;