Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8c836a5
Added webgpu_procedural_wood
SeeleyLogan Aug 13, 2025
8318c1b
Robustness
SeeleyLogan Aug 13, 2025
352338d
Fixed Cedar
SeeleyLogan Aug 13, 2025
a7679b4
rename example, change description
bhouston Aug 13, 2025
62dfffc
Update ProceduralWood.js
SeeleyLogan Aug 13, 2025
b9204e7
Tried to fix uniforms
SeeleyLogan Aug 13, 2025
0afe2b4
move uniforms. simplify variable names. adopt cap-case, format.
bhouston Aug 13, 2025
fffe7db
get rid of randomness
bhouston Aug 13, 2025
d11b923
fix procedural wood using MeshPhysicalNodeMaterial
bhouston Aug 13, 2025
8d8412a
typo
bhouston Aug 13, 2025
c7dd794
boost HDRI
bhouston Aug 14, 2025
9fee079
allow async loading.
bhouston Aug 14, 2025
54977fe
Optimizations
SeeleyLogan Aug 14, 2025
6c0ab55
fix typos
bhouston Aug 14, 2025
3aec7c5
Prettified
SeeleyLogan Aug 14, 2025
bb1ad12
Alias Fix
SeeleyLogan Aug 14, 2025
38e6d7c
tone map exposure to 1
bhouston Aug 14, 2025
96554b2
Update webgpu_tsl_wood.html
Mugen87 Aug 14, 2025
1ee296b
cache colorNode
sunag Aug 14, 2025
2d6b452
Update webgpu_tsl_wood.html
sunag Aug 14, 2025
58b39f2
Update ProceduralWood.js parameters for improved wood texture appearance
bhouston Aug 15, 2025
8cabe77
Converted all instances of wgslFn to Fn
SeeleyLogan Aug 15, 2025
c735ca1
improve performance - possible cachekey issue
sunag Aug 17, 2025
33806c1
Created WoodNodeMaterial
SeeleyLogan Aug 18, 2025
f798794
Reverted voronoi3d back to wgsl
SeeleyLogan Aug 19, 2025
f13584c
Added grain direction and made originOffset a uniform
SeeleyLogan Aug 21, 2025
26cd6e8
Added back MeshPhysicalNodeMaterial
SeeleyLogan Aug 22, 2025
e538317
originOffset -> grainPosition to align with grainRotation.
bhouston Aug 23, 2025
8115496
ensure one can create custom woods, add custom wood block to example.
bhouston Aug 23, 2025
764aba4
refactor tsl_wood example to clean code
bhouston Aug 23, 2025
6abe8a0
Updated outdated example image
SeeleyLogan Aug 25, 2025
41b9573
Fixed screenshot size
SeeleyLogan Aug 25, 2025
dcd7279
add exception
sunag Aug 29, 2025
43bf71c
cleanup
sunag Aug 29, 2025
606db17
name `ProceduralWood` -> `WoodNodeMaterial`
sunag Aug 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
"webgpu_tsl_vfx_flames",
"webgpu_tsl_vfx_linkedparticles",
"webgpu_tsl_vfx_tornado",
"webgpu_tsl_wood",
"webgpu_video_frame",
"webgpu_video_panorama",
"webgpu_volume_caustics",
Expand Down
Loading
Loading