add wires + bounding box drawing for 3D shapes/Models

This commit is contained in:
arthur.jamet
2021-06-14 10:07:08 +02:00
parent d05d6f317b
commit ae68d5ab68
11 changed files with 49 additions and 1 deletions
@@ -36,4 +36,7 @@ namespace RAY::Drawables
this->_position = position;
return *this;
}
void ADrawable3D::drawWiresOn(RAY::Window &)
{}
}