C# 클래스 WaveEngine.Components.Primitives.Teapot.TeapotPatch

The teapot model consiste of 10 bezier patches. Each path has 16 controls points
파일 보기 프로젝트 열기: WaveEngine/Components

공개 프로퍼티들

프로퍼티 타입 설명
Indices int[]
MirrorZ bool

공개 메소드들

메소드 설명
TeapotPatch ( bool mirrorZ, int indices ) : System

Initializes a new instance of the TeapotPatch class.

메소드 상세

TeapotPatch() 공개 메소드

Initializes a new instance of the TeapotPatch class.
public TeapotPatch ( bool mirrorZ, int indices ) : System
mirrorZ bool if set to true [mirror Z].
indices int The indices.
리턴 System

프로퍼티 상세

Indices 공개적으로 프로퍼티

All control points are stored as integers.
public int[] Indices
리턴 int[]

MirrorZ 공개적으로 프로퍼티

A teapot is symmetrical we use it for draw the other side.
public bool MirrorZ
리턴 bool