8000 allow step size to be set from sculpture · shader-park/shader-park-website@453eb24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 453eb24

Browse files
committed
allow step size to be set from sculpture
1 parent 137b28b commit 453eb24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/threejs-sculpture/SculptureN.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export class Sculpture {
7474
update(uniforms) {
7575
this.mesh.material.uniforms['sculptureCenter'].value = this.mesh.position;
7676
this.mesh.material.uniforms['opacity'].value = this.opacity;
77-
this.mesh.material.uniforms['stepSize'].value = this.stepSize;
7877
this.mesh.material.uniforms['msdf'].value = this.payload.msdfTexture;
7978
uniforms.forEach(uniform => {
8079
if(uniform && uniform.name) {

0 commit comments

Comments
 (0)
0