点击或拖拽改变大小

OpenGLSphere 方法

This function draws a sphere from a Quadric Object.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Sphere(
	IntPtr qobj,
	double radius,
	int slices,
	int stacks
)

参数

qobj
类型:SystemIntPtr
The quadric object.
radius
类型:SystemDouble
Sphere radius.
slices
类型:SystemInt32
Slices of the sphere.
stacks
类型:SystemInt32
Stakcs of the sphere.
参见