C# Class NewTOAPIA.Modeling.Mesh3D

Inheritance: GLRenderable
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
fUseColors bool
fUseEdges bool
fUseIndices bool
fUseNormals bool
fUseShader bool
fUseTexture bool
fUseVertices bool

Protected Properties

Свойство Type Description
fIndexBufferObject NewTOAPIA.GL.BufferObjectIndices
fTextureBufferObject VertexBufferObject
fVertexBufferObject VertexBufferObject

Méthodes publiques

Méthode Description
Mesh3D ( GraphicsInterface gi, BeginMode mode ) : System
SetIndices ( int indices ) : void
SetTextureCoordinates ( TextureCoordinates coords ) : void
SetVertices ( Vector3f verts ) : void

Méthodes protégées

Méthode Description
BeginRender ( GraphicsInterface gi ) : void
EndRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface gi ) : void

Method Details

BeginRender() protected méthode

protected BeginRender ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

EndRender() protected méthode

protected EndRender ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

Mesh3D() public méthode

public Mesh3D ( GraphicsInterface gi, BeginMode mode ) : System
gi NewTOAPIA.GL.GraphicsInterface
mode BeginMode
Résultat System

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

SetIndices() public méthode

public SetIndices ( int indices ) : void
indices int
Résultat void

SetTextureCoordinates() public méthode

public SetTextureCoordinates ( TextureCoordinates coords ) : void
coords NewTOAPIA.GL.TextureCoordinates
Résultat void

SetVertices() public méthode

public SetVertices ( Vector3f verts ) : void
verts Vector3f
Résultat void

Property Details

fIndexBufferObject protected_oe property

protected BufferObjectIndices,NewTOAPIA.GL fIndexBufferObject
Résultat NewTOAPIA.GL.BufferObjectIndices

fTextureBufferObject protected_oe property

protected VertexBufferObject fTextureBufferObject
Résultat VertexBufferObject

fUseColors public_oe property

public bool fUseColors
Résultat bool

fUseEdges public_oe property

public bool fUseEdges
Résultat bool

fUseIndices public_oe property

public bool fUseIndices
Résultat bool

fUseNormals public_oe property

public bool fUseNormals
Résultat bool

fUseShader public_oe property

public bool fUseShader
Résultat bool

fUseTexture public_oe property

public bool fUseTexture
Résultat bool

fUseVertices public_oe property

public bool fUseVertices
Résultat bool

fVertexBufferObject protected_oe property

protected VertexBufferObject fVertexBufferObject
Résultat VertexBufferObject