diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb61032 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +textures/old/ \ No newline at end of file diff --git a/main.js b/main.js index 88df7a0..99432a0 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,4 @@ import * as THREE from 'three'; - import { Octree } from 'three/addons/math/Octree.js'; import { Capsule } from 'three/addons/math/Capsule.js'; import { Water } from 'three/addons/objects/Water.js'; @@ -8,9 +7,10 @@ import { GUI } from 'three/addons/libs/lil-gui.module.min.js'; import { OctreeHelper } from 'three/addons/helpers/OctreeHelper.js'; import Stats from 'three/addons/libs/stats.module.js'; +import 'three-hex-tiling'; + import MazeMesh from './MazeMesh.js'; -import 'three-hex-tiling'; const playerHeight = 0.5; const mazeWidth = 23 diff --git a/textures/Poly-stone-retaining-wall/Made with Poly.txt b/textures/Poly-stone-retaining-wall/Made with Poly.txt deleted file mode 100644 index b09da3b..0000000 --- a/textures/Poly-stone-retaining-wall/Made with Poly.txt +++ /dev/null @@ -1,3 +0,0 @@ -This asset was made with Poly, an AI-generated design asset marketplace that lets you find and create incredibly life-like, detailed, and artistic assets for your next project, in seconds. - -Get started for free at https://withpoly.com \ No newline at end of file diff --git a/textures/Poly-stone-retaining-wall/ao_map.jpg b/textures/Poly-stone-retaining-wall/ao_map.jpg deleted file mode 100644 index 38a0e93..0000000 Binary files a/textures/Poly-stone-retaining-wall/ao_map.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/color_map.jpg b/textures/Poly-stone-retaining-wall/color_map.jpg deleted file mode 100644 index 63eaf6a..0000000 Binary files a/textures/Poly-stone-retaining-wall/color_map.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/displacement_map.jpg b/textures/Poly-stone-retaining-wall/displacement_map.jpg deleted file mode 100644 index 47daa96..0000000 Binary files a/textures/Poly-stone-retaining-wall/displacement_map.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/normal_map_opengl.jpg b/textures/Poly-stone-retaining-wall/normal_map_opengl.jpg deleted file mode 100644 index 69c0895..0000000 Binary files a/textures/Poly-stone-retaining-wall/normal_map_opengl.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/render_map.jpg b/textures/Poly-stone-retaining-wall/render_map.jpg deleted file mode 100644 index 6c1ca48..0000000 Binary files a/textures/Poly-stone-retaining-wall/render_map.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/roughness_map.jpg b/textures/Poly-stone-retaining-wall/roughness_map.jpg deleted file mode 100644 index 96b7e8d..0000000 Binary files a/textures/Poly-stone-retaining-wall/roughness_map.jpg and /dev/null differ diff --git a/textures/Poly-stone-retaining-wall/settings.json b/textures/Poly-stone-retaining-wall/settings.json deleted file mode 100644 index ebf4e97..0000000 --- a/textures/Poly-stone-retaining-wall/settings.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "prompt_text": "stone retaining wall, extreme fine details", - "patch": { - "ext": "png", - "dtype": "uint8", - "width": 512, - "height": 512, - "url": "https://static-dev.withpoly.com/v3-voronoi/textures/patches/909585e0-8b3f-4659-ae84-03f58ceaaaeb.png", - "patch_id": "EbJzaafatu" - }, - "seamless_prompt_text": "stone retaining wall, extreme fine details", - "seamless_patch_scale": 0.8, - "upscale_prompt_text": "stone retaining wall, extreme fine details", - "upscale_resolution": 4096, - "is_seamless": true, - "pbr_mode": "organic", - "pbr_generate_color": true, - "pbr_generate_normal": true, - "pbr_generate_height": true, - "pbr_generate_ao": true, - "pbr_generate_roughness": true, - "pbr_generate_metallic": false -} \ No newline at end of file diff --git a/textures/stonewall/albedo.png b/textures/stonewall/albedo.png deleted file mode 100644 index 15b53af..0000000 Binary files a/textures/stonewall/albedo.png and /dev/null differ diff --git a/textures/stonewall/ao.png b/textures/stonewall/ao.png deleted file mode 100644 index 2da2ec3..0000000 Binary files a/textures/stonewall/ao.png and /dev/null differ diff --git a/textures/stonewall/height2.png b/textures/stonewall/height2.png deleted file mode 100644 index 43e0b06..0000000 Binary files a/textures/stonewall/height2.png and /dev/null differ diff --git a/textures/stonewall/metalness.png b/textures/stonewall/metalness.png deleted file mode 100644 index 45ad876..0000000 Binary files a/textures/stonewall/metalness.png and /dev/null differ diff --git a/textures/stonewall/normal.png b/textures/stonewall/normal.png deleted file mode 100644 index 1e94a27..0000000 Binary files a/textures/stonewall/normal.png and /dev/null differ diff --git a/textures/stonewall/roughness.png b/textures/stonewall/roughness.png deleted file mode 100644 index 1134ddb..0000000 Binary files a/textures/stonewall/roughness.png and /dev/null differ diff --git a/textures/wood.jpg b/textures/wood.jpg deleted file mode 100644 index ffe4378..0000000 Binary files a/textures/wood.jpg and /dev/null differ