!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / LodGeneratorPlugin / panel / AutoGeneratorPreparation.h
blob8a1016fdc41f80ff06d9cfa923b8fb3fd086bf4a
1 #pragma once
3 namespace LODGenerator
5 class CAutoGeneratorPreparation
7 public:
8 CAutoGeneratorPreparation();
9 ~CAutoGeneratorPreparation();
11 public:
12 bool Tick(float* fProgress);
13 bool Generate();
15 private:
16 bool m_bAwaitingResults;