This commit is contained in:
Daniel Ledda
2021-06-02 08:50:52 +02:00
parent 3d7df31097
commit e7b8ae6120
50 changed files with 4609 additions and 2272 deletions

75
.idea/workspace.xml generated
View File

@@ -2,29 +2,32 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="70635ef7-86ab-4681-b98d-dc8e4999995b" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/rollup.config.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/CubeInput.svelte" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/Sidebar.svelte" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/SolutionInteractor.svelte" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/solver/SomaSolution.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/solver/SomaSolver.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/solver/main.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/store.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/public/solver/main.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/OBJLoader.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/RotationControl.ts" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/SolutionList.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/deno.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/soma.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/soma.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.vscode/extensions.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.vscode/settings.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Polycube.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/Polycube.ts" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/SomaSolver.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/SomaSolver.ts" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/VoxelSpace.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/VoxelSpace.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/solver/VoxelSpace.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test.ts" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/report.20210524.173340.100206.0.001.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/report.20210524.182447.107803.0.001.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/CubeInput.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/CubeInput.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/OrbitControls.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/OrbitControls_OLD_THREE.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Polycube3D.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/Polycube3D.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Sidebar.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/Sidebar.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/SolutionInteractor.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/SolutionInteractor.svelte" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/solver/SomaSolution.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/solver/SomaSolution.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/solver/SomaSolver.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/solver/SomaSolver.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/solver/VoxelSpace.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/solver/VoxelSpace.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/solver/main.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/solver/main.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/solver/main.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/store.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/store.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/threeTest.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/PolycubeScene.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tsconfig.json" beforeDir="false" afterPath="$PROJECT_DIR$/tsconfig.json" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@@ -36,12 +39,13 @@
<option name="RECENT_TEMPLATES">
<list>
<option value="HTML File" />
<option value="JavaScript File" />
<option value="Sidebar" />
<option value="SolutionInteractor" />
<option value="CubeInput" />
<option value="TypeScript File" />
<option value="store.svelte" />
<option value="JavaScript File" />
<option value="SolutionList.svelte" />
<option value="TypeScript File" />
</list>
</option>
</component>
@@ -65,12 +69,14 @@
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
<property name="settings.editor.selected.configurable" value="terminal" />
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/public/solver" />
<recent name="$PROJECT_DIR$/public" />
<recent name="$PROJECT_DIR$/src" />
<recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/src/solver" />
@@ -98,21 +104,36 @@
<workItem from="1621693865854" duration="13218000" />
<workItem from="1621766446732" duration="8746000" />
<workItem from="1621840729810" duration="13293000" />
<workItem from="1621930823620" duration="1529000" />
<workItem from="1621932384193" duration="6753000" />
<workItem from="1622293396743" duration="16521000" />
<workItem from="1622369635484" duration="590000" />
<workItem from="1622486075975" duration="8190000" />
<workItem from="1622536594904" duration="1883000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
<option name="exactExcludedFiles">
<list>
<option value="$PROJECT_DIR$/src/OrbitControls.js" />
</list>
</option>
</component>
<component name="WindowStateProjectService">
<state x="643" y="194" width="614" height="706" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1621349929863">
<screen x="0" y="27" width="1920" height="1053" />
</state>
<state x="643" y="194" width="614" height="706" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621349929863" />
<state x="449" y="175" width="1022" height="737" key="SettingsEditor" timestamp="1621857249174">
<state x="743" y="301" width="716" height="623" key="FileChooserDialogImpl" timestamp="1621932819206">
<screen x="0" y="27" width="1920" height="1053" />
</state>
<state x="449" y="175" width="1022" height="737" key="SettingsEditor/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621857249174" />
<state x="743" y="301" width="716" height="623" key="FileChooserDialogImpl/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621932819206" />
<state x="449" y="175" width="1022" height="737" key="SettingsEditor" timestamp="1622295807965">
<screen x="0" y="27" width="1920" height="1053" />
</state>
<state x="449" y="175" width="1022" height="737" key="SettingsEditor/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1622295807965" />
<state x="741" y="455" width="438" height="177" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1621773490794">
<screen x="0" y="27" width="1920" height="1053" />
</state>
@@ -122,6 +143,10 @@
</state>
<state x="1248" y="245" key="run.anything.popup/0.27.3840.1053@0.27.3840.1053" timestamp="1621713204008" />
<state x="624" y="245" key="run.anything.popup/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621340767679" />
<state x="755" y="405" width="400" height="284" key="scopes" timestamp="1621932851405">
<screen x="0" y="27" width="1920" height="1053" />
</state>
<state x="755" y="405" width="400" height="284" key="scopes/1920.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621932851405" />
<state x="623" y="239" width="672" height="678" key="search.everywhere.popup" timestamp="1621363038727">
<screen x="0" y="27" width="1920" height="1053" />
</state>