forked from mirror/ObjToSchematic
Final 0.7.0 release metadata info
This commit is contained in:
parent
7832357350
commit
cb4689db12
@ -40,8 +40,8 @@ export class AppConfig {
|
|||||||
public readonly FRESNEL_MIX: number;
|
public readonly FRESNEL_MIX: number;
|
||||||
|
|
||||||
private constructor() {
|
private constructor() {
|
||||||
this.RELEASE_MODE = false;
|
this.RELEASE_MODE = true;
|
||||||
this.RELEASE_VERSION = '0.7.0d';
|
this.RELEASE_VERSION = '0.7.0r';
|
||||||
this.VOXEL_BUFFER_CHUNK_SIZE = 5_000;
|
this.VOXEL_BUFFER_CHUNK_SIZE = 5_000;
|
||||||
|
|
||||||
const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8');
|
const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8');
|
||||||
|
Loading…
Reference in New Issue
Block a user