UNPKG

@gmetrixr/rjson

Version:
16 lines (15 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const r_1 = require("../../../r"); const ProjectFactory_1 = require("../../../r/recordFactories/ProjectFactory"); /** * Adds predefined variables to the project json */ class Migration { execute(projectJson) { const pJson = projectJson; ProjectFactory_1.ProjectUtils.addNewScene(pJson, r_1.sn.SceneType.six_dof); } } const migration = new Migration(); exports.default = migration;