Nebula
Loading...
Searching...
No Matches
octreesystem.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9//------------------------------------------------------------------------------
10#include "visibilitysystem.h"
11#include "jobs/jobs.h"
12namespace Visibility
13{
14
16{
17public:
18private:
19 friend class ObserverContext;
20
22 void Setup(const OctreeSystemLoadInfo& info);
23};
24
25} // namespace Visibility
26
Definition octreesystem.h:16
friend class ObserverContext
Definition octreesystem.h:19
void Setup(const OctreeSystemLoadInfo &info)
setup from load info
Definition octreesystem.cc:14
VisibilitySystem()
Constructor.
Definition visibilitysystem.cc:13
Implements a resource loader for models.
Definition modelcontext.h:35
Definition visibilitysystem.h:63