#include #include class ImpostorMaker { Ref meshes; int frames_root_number; int image_dimentions; bool is_full_sphere; float atlas_coverage; enum { LIGHT, STANDARD, TEXTURE_ARRAY }; int shader_type; public: ImpostorMaker(); ~ImpostorMaker(); };