mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
regen archive
This commit is contained in:
parent
e09ecd68db
commit
f453769944
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user