Explorar o código

TS: Added file for UnpackDepthRGBAShader.

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
32c3dd01db
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      examples/jsm/shaders/UnpackDepthRGBAShader.d.ts

+ 12 - 0
examples/jsm/shaders/UnpackDepthRGBAShader.d.ts

@@ -0,0 +1,12 @@
+import {
+  Uniform
+} from '../../../src/Three';
+
+export interface UnpackDepthRGBAShader {
+  uniforms: {
+    tDiffuse: Uniform;
+    opacity: Uniform;
+  };
+  vertexShader: string;
+  fragmentShader:string;
+}