regen archive

This commit is contained in:
lxsang 2021-06-21 01:11:57 +02:00
parent e09ecd68db
commit f453769944
3 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -466,7 +466,6 @@ namespace OS {
{
this.uniforms[v.name] = {value: v.texture};
}
console.log(this.uniforms);
}
apply_mat(fragment_shader:string, vertex_shader: string): void
{
@ -483,7 +482,6 @@ namespace OS {
const mat = new THREE.ShaderMaterial(opts);
this.mesh.material = mat;
console.log(this.uniforms);
}
}