three.js forum
Where can I find my material parameters in a node material so that I can change them?
Questions
node-material
Attila_Schroeder
July 23, 2023, 3:49am
2
I found it using Object.keys:
this.cube.material.colorNode.parameters.time.value += this.dt;
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How do I update node-material uniforms?
Questions
uniforms
,
node-material
2
986
July 21, 2023
How to update parameters in nodeSystem?
Questions
node-material
0
361
September 6, 2023
Can I define and access uniforms in raw WGSL?
Questions
shaders
,
webgpu
,
webgpu-uniform
13
1544
July 11, 2024
Am I on the right track with my attempt to replicate my vertex shader in the nodesystem
Questions
shaders
,
node-material
,
webgpu
1
506
July 23, 2023
Sharing a NodeMaterial For Multiple Objects with Unique Uniforms
Questions
materials
,
uniforms
,
node-material
3
50
January 30, 2025