16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 18:39:18 +02:00

Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2019-01-12 02:23:32 +01:00
3 changed files with 18 additions and 5 deletions

View File

@@ -127,7 +127,10 @@ public:
create_geometry( gfx::geometrybank_handle const &Bank );
// calculates shape's bounding radius
void
compute_radius();
compute_radius();
// invalidates shape's bounding radius
void
invalidate_radius();
// set visibility
void
visible( bool State );
@@ -137,6 +140,8 @@ public:
// data access
shapenode_data const &
data() const;
// get bounding radius
float radius();
private:
// members