Some more work on this

This commit is contained in:
Alexander Bock
2020-08-09 11:21:25 +02:00
parent dc5e2fb3a6
commit caf125c592
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -72,6 +72,7 @@ public:
virtual bool isReady() const = 0;
bool isEnabled() const;
bool shouldUpdateIfDisabled() const;
void setBoundingSphere(float boundingSphere);
float boundingSphere() const;
@@ -99,6 +100,8 @@ protected:
properties::FloatProperty _boundingSphere;
properties::StringProperty _renderableType;
bool _shouldUpdateIfDisabled = false;
void setRenderBinFromOpacity();
void registerUpdateRenderBinFromOpacity();