Initial project import
This commit is contained in:
16
node_modules/three-stdlib/shaders/UnpackDepthRGBAShader.d.ts
generated
vendored
Normal file
16
node_modules/three-stdlib/shaders/UnpackDepthRGBAShader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Unpack RGBA depth shader
|
||||
* - show RGBA encoded depth as monochrome color
|
||||
*/
|
||||
export declare const UnpackDepthRGBAShader: {
|
||||
uniforms: {
|
||||
tDiffuse: {
|
||||
value: null;
|
||||
};
|
||||
opacity: {
|
||||
value: number;
|
||||
};
|
||||
};
|
||||
vertexShader: string;
|
||||
fragmentShader: string;
|
||||
};
|
||||
Reference in New Issue
Block a user