JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.tyrlib2.graphics.renderer
Interface IRenderable
All Known Implementing Classes:
BoundedRenderable
,
BoundingBox
,
Box
,
Entity
,
Image2
,
Line2
,
ParticleSystem
,
PointLight
,
Quad
,
Rectangle2
,
Renderable
,
Renderable2
,
Skybox
,
SubEntity
,
Terrain
,
TerrainChunk
,
Text2
,
Triangle
public interface
IRenderable
Basic interface for objects providing a render capability
Author:
Sascha
Method Summary
Methods
Modifier and Type
Method and Description
void
render
(float[] vpMatrix)
Renders this object the matrix containing projection and view will be passed
Method Detail
render
void render(float[] vpMatrix)
Renders this object the matrix containing projection and view will be passed
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method