C# 클래스 Visualizer.SpherePrimitive

Geometric primitive class for drawing spheres.
상속: GeometricPrimitive
파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 메소드들

메소드 설명
SpherePrimitive ( GraphicsDevice graphicsDevice ) : System

Constructs a new sphere primitive, using default settings.

SpherePrimitive ( GraphicsDevice graphicsDevice, float diameter, int tessellation ) : System

Constructs a new sphere primitive, with the specified size and tessellation level.

메소드 상세

SpherePrimitive() 공개 메소드

Constructs a new sphere primitive, using default settings.
public SpherePrimitive ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
리턴 System

SpherePrimitive() 공개 메소드

Constructs a new sphere primitive, with the specified size and tessellation level.
public SpherePrimitive ( GraphicsDevice graphicsDevice, float diameter, int tessellation ) : System
graphicsDevice GraphicsDevice
diameter float
tessellation int
리턴 System