Polycode
|
3D line class. More...
Inherits Polycode::SceneEntity.
Public Member Functions | |
SceneLine (SceneEntity *ent1, SceneEntity *ent2) | |
Constructs the line with two taraget entities. | |
void | Render () |
Main render method. |
3D line class.
Can connect two SceneEntity classes with a line.
SceneLine::SceneLine | ( | SceneEntity * | ent1, |
SceneEntity * | ent2 | ||
) |
Constructs the line with two taraget entities.
ent1 | Starting entity. |
ent2 | Ending entity. |
void SceneLine::Render | ( | ) | [virtual] |