Initial commit

This commit is contained in:
Segey Lapin
2021-07-31 03:30:12 +03:00
commit 91cf9d2d34
249 changed files with 27582 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#include "impostor.h"
ImpostorMaker::ImpostorMaker():
frames_root_number(16),
image_dimentions(4096),
is_full_sphere(false),
atlas_coverage(1.0f),
shader_type(STANDARD)
{
}
ImpostorMaker::~ImpostorMaker()
{
}