메소드 | 설명 | |
---|---|---|
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.
|
public SpherePrimitive ( GraphicsDevice graphicsDevice ) : System | ||
graphicsDevice | GraphicsDevice | |
리턴 | System |
public SpherePrimitive ( GraphicsDevice graphicsDevice, float diameter, int tessellation ) : System | ||
graphicsDevice | GraphicsDevice | |
diameter | float | |
tessellation | int | |
리턴 | System |