C# Class Glare.Graphics.Rendering.Model

Inheritance: NamedObject
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
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

Method Details

BindAttributes() public méthode

public BindAttributes ( IChannelAttributeSource channelAttributes ) : void
channelAttributes IChannelAttributeSource
Résultat void

BindAttributes() public méthode

public BindAttributes ( System.Program program, string namePrefix, string nameSuffix ) : void
program System.Program
namePrefix string
nameSuffix string
Résultat void

Draw() public méthode

public Draw ( System.Program program ) : void
program System.Program
Résultat void

Draw() public méthode

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
Résultat void

Draw() public méthode

public Draw ( System.Program program, System.Matrix4d world, SetWorldMatrixCallback setWorldMatrix = null ) : void
program System.Program
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
Résultat void

Draw() public méthode

public Draw ( System.Program program, System.Matrix4d &world, SetWorldMatrixCallback setWorldMatrix, IModelMaterialBinder materialBinder ) : void
program System.Program
world System.Matrix4d
setWorldMatrix SetWorldMatrixCallback
materialBinder IModelMaterialBinder
Résultat void

Draw() public méthode

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
Résultat void

Model() public méthode

public Model ( GraphicsBuffer elementBuffer, ElementType elementType, Sphere3d bounds ) : System
elementBuffer GraphicsBuffer
elementType ElementType
bounds Sphere3d
Résultat System