C# Class FireflyGL.DisplayObject

Inheritance: IEntity
Show file Open project: LukaHorvat/Kento Class Usage Examples

Protected Properties

Property Type Description
modelMatrix Matrix4
rotationMatrix Matrix4
scaleMatrix Matrix4
translationMatrix Matrix4

Public Methods

Method Description
Render ( ) : void

Private Methods

Method Description
updateMatrices ( ) : void

Method Details

Render() public method

public Render ( ) : void
return void

Property Details

modelMatrix protected property

protected Matrix4 modelMatrix
return Matrix4

rotationMatrix protected property

protected Matrix4 rotationMatrix
return Matrix4

scaleMatrix protected property

protected Matrix4 scaleMatrix
return Matrix4

translationMatrix protected property

protected Matrix4 translationMatrix
return Matrix4