Update Ghoul

Change TriangleSoup and StatsCollector to use new Boolean class
This commit is contained in:
Alexander Bock
2016-09-08 15:32:27 +02:00
parent 965f3eded0
commit 0376300732
6 changed files with 31 additions and 45 deletions

View File

@@ -71,8 +71,8 @@ public:
virtual bool isReady() const = 0;
bool isEnabled() const;
void setBoundingSphere(const PowerScaledScalar& boundingSphere);
const PowerScaledScalar& getBoundingSphere();
void setBoundingSphere(PowerScaledScalar boundingSphere);
PowerScaledScalar getBoundingSphere();
virtual void render(const RenderData& data);
virtual void render(const RenderData& data, RendererTasks& rendererTask);