Commit graph

79 commits

Author SHA1 Message Date
Lillian Vixe 4e6bd99e8c stress test 2024-04-03 07:24:12 -07:00
Lillian Vixe 85580c3dc5 Fixing two warnings for imports and a mut 2024-04-02 17:50:34 -07:00
Lillian Vixe 3dce7650d5 proof of concept auto-meshing in the ecs 2024-04-02 17:37:40 -07:00
Lillian Vixe 3c8048a51e tragic implementation proof-of-concept - just yank out every attribute and shove back in the new version of said attribute 2024-04-02 10:51:10 -07:00
Lillian Vixe d09e607bfc add needs_update modification upon oct-tree edit 2024-04-02 09:44:54 -07:00
Lillian Vixe 7f2e781616 half of the architecture for putting oct-tree to mesh on screen 2024-04-02 09:25:00 -07:00
Lillian Vixe d1118af004 tentative working rayxocttree (no optimization) 2024-03-27 08:09:52 -07:00
Lillian Vixe a7df66d2df seemingly working unoptimized ray/x/octree: 2024-03-27 06:10:10 -07:00
Lillian Vixe c316533fea Fixed obb x ray oversight in test and failure in outputting normals accurately. refactoring. still need to fix ray x octtree 2024-03-26 17:45:31 -07:00
Lillian Vixe e0be55ddcc refactor pass 1: split into two main files, octree and intersectioins 2024-03-25 18:27:33 -07:00
Lillian Vixe dac1a7a666 half-working ray x octtree, pre-refactor-pass 2024-03-25 17:25:25 -07:00
Lillian Vixe 1eee8cfe9a port to bevy .13 2024-03-21 13:51:53 -07:00
Lillian Vixe 2fe1812f35 refactor ray collisions to return face normal 2024-03-21 09:16:07 -07:00
Lillian Vixe 471ce62c35 collision hit point result coordinate fix 2024-03-17 09:33:10 -07:00
Lillian Vixe 6d26f3f416 most basic oct-tree oct-tree collision test case passes 2024-03-17 08:50:13 -07:00
Lillian Vixe 30ba745fe9 all collision primitives - only oct-tree recursive collisions to go 2024-03-10 10:31:44 -07:00
Lillian Vixe 5e81392448 Fixed obb-ray collision test 2024-03-08 02:38:00 -08:00
Lillian Vixe 0d1690d7b1 working obb collision, test in progress 2024-03-08 02:16:22 -08:00
Lillian Vixe f48aff81b3 OBBvsOBB collision function 2024-03-07 02:42:14 -08:00
Lillian Vixe 984a9768d2 complete voxel octtree 2024-02-29 11:44:10 -08:00
Lillian Vixe 463e41ac56 all but remove_voxel done for oct-tree structure handling. remaining: remove_voxel() and rendering code 2024-02-26 13:48:29 -08:00
Lillian Vixe 8567b102a8 path based retrieval and setting 2024-02-25 09:40:16 -08:00
Lillian Vixe 4e9ca044fb path implementation (bitpacking!) 2024-02-24 13:20:51 -08:00
Lillian Vixe 2a7c1f11c8 FUNCTIONAL OCTTREES POGGORZ 2024-02-23 14:35:39 -08:00
Lillian Vixe 3ddfe54b97 Slow the camera zoom in/out 2024-02-18 06:04:11 -08:00
Lillian Vixe 6febfecde2 panning test 2024-02-18 04:23:38 -08:00
Lillian Vixe 70c7f7228b switch to webgpu / wasm for testing 2024-02-17 12:47:14 +01:00
Lillian Vixe 5f84725afc theoretical basic cube 2024-02-15 05:42:51 -08:00
Lillian Vixe d663c3619a initial commit 2024-02-10 12:04:16 +01:00