Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FireflyGL
DisplayObject
C# Class FireflyGL.DisplayObject
Inheritance:
IEntity
Mostrar archivo
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_oe property
protected
Matrix4
modelMatrix
return
Matrix4
rotationMatrix
protected_oe property
protected
Matrix4
rotationMatrix
return
Matrix4
scaleMatrix
protected_oe property
protected
Matrix4
scaleMatrix
return
Matrix4
translationMatrix
protected_oe property
protected
Matrix4
translationMatrix
return
Matrix4