Complex Logarithmic View
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Properties
Clv.Viewer.Renderable Class Reference
Inheritance diagram for Clv.Viewer.Renderable:
Clv.Viewer.IRenderable

List of all members.

Public Member Functions

ConcreteRenderable GetConcreteRenderable (GraphicsDevice device)
 Transforms the given renderable into a concrete renderable containing buffer data.

Properties

Matrix Transform [get, set]
 Transformation which is applied before rendering
VertexPositionTexture[] VertexData [get, set]
 Contains VertexData to be uploaded as a vertexbuffer
short[] Indices [get, set]
 Contains index information to be uploaded as an indexbuffer, indexing into the vertexbuffer
- Properties inherited from Clv.Viewer.IRenderable

Member Function Documentation

ConcreteRenderable Clv.Viewer.Renderable.GetConcreteRenderable ( GraphicsDevice  device)

Transforms the given renderable into a concrete renderable containing buffer data.

Parameters:
deviceGraphicsDevice for buffer conversion
Returns:
ConcreteRenderable

Implements Clv.Viewer.IRenderable.


Property Documentation

short [] Clv.Viewer.Renderable.Indices
getset

Contains index information to be uploaded as an indexbuffer, indexing into the vertexbuffer

Implements Clv.Viewer.IRenderable.

Matrix Clv.Viewer.Renderable.Transform
getset

Transformation which is applied before rendering

Implements Clv.Viewer.IRenderable.

VertexPositionTexture [] Clv.Viewer.Renderable.VertexData
getset

Contains VertexData to be uploaded as a vertexbuffer

Implements Clv.Viewer.IRenderable.


The documentation for this class was generated from the following file: