C# Класс Axiom.Core.PatchMesh

Patch specialization of Mesh.
Instances of this class should be created by calling MeshManager.CreateBezierPatch.
Наследование: Axiom.Core.Mesh
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
patchSurface PatchSurface
vertexDeclaration Axiom.Graphics.VertexDeclaration

Открытые методы

Метод Описание
Define ( Array controlPointArray, Axiom.Graphics.VertexDeclaration declaration, int width, int height, int uMaxSubdivisionLevel, int vMaxSubdivisionLevel, VisibleSide visibleSide, BufferUsage vbUsage, BufferUsage ibUsage, bool vbUseShadow, bool ibUseShadow ) : void
PatchMesh ( ResourceManager parent, string name, System.UInt64 handle, string group ) : System

Creates a new PatchMesh.

As defined in MeshManager.CreateBezierPatch.

Защищенные методы

Метод Описание
load ( ) : void

Описание методов

Define() публичный метод

public Define ( Array controlPointArray, Axiom.Graphics.VertexDeclaration declaration, int width, int height, int uMaxSubdivisionLevel, int vMaxSubdivisionLevel, VisibleSide visibleSide, BufferUsage vbUsage, BufferUsage ibUsage, bool vbUseShadow, bool ibUseShadow ) : void
controlPointArray System.Array
declaration Axiom.Graphics.VertexDeclaration
width int
height int
uMaxSubdivisionLevel int
vMaxSubdivisionLevel int
visibleSide VisibleSide
vbUsage BufferUsage
ibUsage BufferUsage
vbUseShadow bool
ibUseShadow bool
Результат void

PatchMesh() публичный метод

Creates a new PatchMesh.
As defined in MeshManager.CreateBezierPatch.
public PatchMesh ( ResourceManager parent, string name, System.UInt64 handle, string group ) : System
parent ResourceManager
name string
handle System.UInt64
group string
Результат System

load() защищенный метод

protected load ( ) : void
Результат void

Описание свойств

patchSurface защищенное свойство

Internal surface definition.
protected PatchSurface,Axiom.Core patchSurface
Результат PatchSurface

vertexDeclaration защищенное свойство

Vertex declaration, cloned from the input.
protected VertexDeclaration,Axiom.Graphics vertexDeclaration
Результат Axiom.Graphics.VertexDeclaration