mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 10:54:26 +02:00
remove cruft
This commit is contained in:
parent
8707c76a6a
commit
e93c10b5ee
1 changed files with 0 additions and 8 deletions
|
@ -51,14 +51,6 @@ using ModelWeakPointer = std::weak_ptr<Model>;
|
||||||
|
|
||||||
using CalculateEntityLoadingPriority = std::function<float(const EntityItem& item)>;
|
using CalculateEntityLoadingPriority = std::function<float(const EntityItem& item)>;
|
||||||
|
|
||||||
class SortableEntityRenderer {
|
|
||||||
public:
|
|
||||||
SortableEntityRenderer(EntityRendererPointer r, float p) : renderer(r), priority(p) {}
|
|
||||||
EntityRendererPointer renderer;
|
|
||||||
float priority;
|
|
||||||
bool operator<(const SortableEntityRenderer& other) const { return priority < other.priority; }
|
|
||||||
};
|
|
||||||
|
|
||||||
// Generic client side Octree renderer class.
|
// Generic client side Octree renderer class.
|
||||||
class EntityTreeRenderer : public OctreeProcessor, public Dependency {
|
class EntityTreeRenderer : public OctreeProcessor, public Dependency {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue