C# Класс Glare.Graphics.Rendering.Model

Наследование: NamedObject
Показать файл Открыть проект

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

Метод Описание
BindAttributes ( IChannelAttributeSource channelAttributes ) : void
BindAttributes ( System.Program program, string namePrefix, string nameSuffix ) : void
Draw ( System.Program program ) : void
Draw ( System.Program program, IChannelAttributeSource channelAttributes, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix, IModelMaterialBinder materialBinder ) : void
Draw ( System.Program program, System.Matrix4d world, SetWorldMatrixCallback setWorldMatrix = null ) : void
Draw ( System.Program program, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix, IModelMaterialBinder materialBinder ) : void
Draw ( System.Program program, string attributeNamePrefix, string attributeNameSuffix, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix = null ) : void
Model ( GraphicsBuffer elementBuffer, ElementType elementType, Sphere3d bounds ) : System

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

BindAttributes() публичный Метод

public BindAttributes ( IChannelAttributeSource channelAttributes ) : void
channelAttributes IChannelAttributeSource
Результат void

BindAttributes() публичный Метод

public BindAttributes ( System.Program program, string namePrefix, string nameSuffix ) : void
program System.Program
namePrefix string
nameSuffix string
Результат void

Draw() публичный Метод

public Draw ( System.Program program ) : void
program System.Program
Результат void

Draw() публичный Метод

public Draw ( System.Program program, IChannelAttributeSource channelAttributes, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix, IModelMaterialBinder materialBinder ) : void
program System.Program
channelAttributes IChannelAttributeSource
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
materialBinder IModelMaterialBinder
Результат void

Draw() публичный Метод

public Draw ( System.Program program, System.Matrix4d world, SetWorldMatrixCallback setWorldMatrix = null ) : void
program System.Program
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
Результат void

Draw() публичный Метод

public Draw ( System.Program program, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix, IModelMaterialBinder materialBinder ) : void
program System.Program
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
materialBinder IModelMaterialBinder
Результат void

Draw() публичный Метод

public Draw ( System.Program program, string attributeNamePrefix, string attributeNameSuffix, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix = null ) : void
program System.Program
attributeNamePrefix string
attributeNameSuffix string
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
Результат void

Model() публичный Метод

public Model ( GraphicsBuffer elementBuffer, ElementType elementType, Sphere3d bounds ) : System
elementBuffer GraphicsBuffer
elementType ElementType
bounds Sphere3d
Результат System