First opengl/x11/window integration.
This commit is contained in:
parent
7c6a92f4ec
commit
cea3d2c39f
30 changed files with 254 additions and 72 deletions
|
@ -18,3 +18,13 @@ Edge::~Edge()
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
unsigned Edge::getNode0Id() const
|
||||
{
|
||||
return mNode0->getIndex();
|
||||
}
|
||||
|
||||
unsigned Edge::getNode1Id() const
|
||||
{
|
||||
return mNode1->getIndex();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue