mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 18:53:37 +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)>;
|
||||
|
||||
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.
|
||||
class EntityTreeRenderer : public OctreeProcessor, public Dependency {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue