Commit Graph

267 Commits

Author SHA1 Message Date
7ea659e195 Add water reflection update interval and last update time tracking in ViewportHost 2026-04-07 08:40:04 +02:00
de8ceafb7f Add water surface subdivision and UV interpolation in box brush mesh 2026-04-07 07:46:47 +02:00
f65e00b94f Optimize water reflection rendering with time-based updates 2026-04-07 07:14:00 +02:00
49a64b2d9b Reset lastReflectionUpdateTime when resizing reflection render targets 2026-04-07 07:14:00 +02:00
2789859360 Add surfaceDisplacementEnabled to water material properties 2026-04-07 07:14:00 +02:00
bfb3eebd2c Refactor fog handling and add reflection update timestamp 2026-04-07 07:13:38 +02:00
5ec9099a02 Extract and use runtime water foam contact limit calculation in multiple methods 2026-04-07 06:55:36 +02:00
d810f96d10 Add water reflection functionality to ViewportHost 2026-04-07 06:45:03 +02:00
d7294e2de1 Refactor viewport-host.js to simplify water contact patch collection and usage 2026-04-07 06:44:46 +02:00
fecd08b9ad Update water material to include reflection properties 2026-04-07 06:44:33 +02:00
2e5c86e274 Add AxesHelper and WebGLRenderTarget import in viewport-host.js 2026-04-07 06:44:33 +02:00
0624f2ae96 Refactor water reflection target size calculation in viewport-host.ts 2026-04-07 06:42:41 +02:00
a6a7abfbdd Update viewport water reflections in render loop 2026-04-07 06:42:36 +02:00
e28ca1bcd0 Resize water reflection targets on resize 2026-04-07 06:42:36 +02:00
1b7b0d87c5 Dispose reflection render targets in clear method 2026-04-07 06:42:36 +02:00
83475a72f9 Add water reflection functionality in viewport-host.ts 2026-04-07 06:42:05 +02:00
be2ccd8208 Refactor viewport water contact patch collection and usage 2026-04-07 06:41:41 +02:00
a50793b268 Update water material to include reflection properties 2026-04-07 06:41:36 +02:00
d28d7f3a47 Add axes helper and water reflection camera to ViewportHost 2026-04-07 06:41:36 +02:00
d8cb047eb2 Define ViewportWaterSurfaceBinding interface 2026-04-07 06:41:26 +02:00
83f76ed164 Import additional Three.js classes and functions 2026-04-07 06:41:25 +02:00
b62edd7e88 Enhance water material merging logic with normal alignment and profile settings 2026-04-07 05:51:42 +02:00
a74a7c02f0 Update collision detection to handle triangle meshes and transformed colliders 2026-04-07 05:44:28 +02:00
a8ad839ee2 Remove unused imports in viewport-host.ts 2026-04-07 05:02:53 +02:00
867a20ab15 Update water contact patch handling in runtime and viewport components 2026-04-07 05:01:43 +02:00
0e4bd01e69 Update water contact patch collection and handling in rendering and runtime modules 2026-04-07 04:59:09 +02:00
e4146ea35e Disable antialiasing in WebGL renderer 2026-04-06 20:54:24 +02:00
748273ff38 Refactor water material and runtime handling for better performance and accuracy 2026-04-06 20:52:19 +02:00
47362036bf Enhance advanced rendering settings and water material handling 2026-04-06 18:06:50 +02:00
14bb36f7a6 Update rendering settings and remove WebGL check in ViewportCanvas 2026-04-06 18:04:52 +02:00
230a45e857 Refactor texture creation and contact patch collection in viewport-host.ts 2026-04-06 17:36:12 +02:00
7a134d8685 Add volume animation update to ViewportHost 2026-04-06 17:34:54 +02:00
fd5b8b2dad Implement collectViewportWaterContactPatches method in viewport-host.js 2026-04-06 17:33:35 +02:00
df6d5936c0 Add contact patch collection for water brushes in viewport-host.js 2026-04-06 17:33:35 +02:00
94c423878e Add contact patch collection and update material creation for water brushes 2026-04-06 17:32:56 +02:00
ab4eb22662 Import additional modules and add volume time tracking in viewport-host.js 2026-04-06 17:32:44 +02:00
ab88923c85 Add water contact patch collection and material update in viewport-host.ts 2026-04-06 17:32:44 +02:00
4d32769fda Add volume animation support in viewport-host.ts 2026-04-06 17:30:48 +02:00
aa9a532ae9 Add method to collect viewport water contact patches 2026-04-06 17:29:41 +02:00
ee1b9f80e1 Add contact patch handling for water brushes in viewport-host.ts 2026-04-06 17:29:36 +02:00
cdfb401832 Add volume time and animated uniforms to ViewportHost 2026-04-06 17:28:39 +02:00
1e1f781c2c Remove thickness property from material settings in multiple files 2026-04-06 08:50:33 +02:00
dfb9018e41 Remove transmission property from material settings 2026-04-06 08:50:33 +02:00
d7369da1c3 Remove transmission property from material settings in ViewportHost 2026-04-06 08:45:14 +02:00
d7bad93e67 Add support for water and fog volume rendering in ViewportHost 2026-04-06 08:27:40 +02:00
ce341494ef Add water and fog rendering logic in viewport-host.ts 2026-04-06 08:27:23 +02:00
693f039171 Add method to apply local light render object transform 2026-04-05 06:54:23 +02:00
b32c34ef47 Add method to apply local light render object transform 2026-04-05 06:54:11 +02:00
acc225aea9 Enhance transform session handling by including geometry and update viewport rendering logic accordingly 2026-04-05 03:06:51 +02:00
f35cf82574 Add geometry to initial brush in viewport-host.ts 2026-04-05 02:59:57 +02:00