8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137b28b commit 453eb24Copy full SHA for 453eb24
js/threejs-sculpture/SculptureN.js
@@ -74,7 +74,6 @@ export class Sculpture {
74
update(uniforms) {
75
this.mesh.material.uniforms['sculptureCenter'].value = this.mesh.position;
76
this.mesh.material.uniforms['opacity'].value = this.opacity;
77
- this.mesh.material.uniforms['stepSize'].value = this.stepSize;
78
this.mesh.material.uniforms['msdf'].value = this.payload.msdfTexture;
79
uniforms.forEach(uniform => {
80
if(uniform && uniform.name) {
0 commit comments