mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
13 lines
203 B
TypeScript
13 lines
203 B
TypeScript
import {
|
|
Uniform
|
|
} from '../../../src/Three';
|
|
|
|
export const KaleidoShader: {
|
|
uniforms: {
|
|
tDiffuse: Uniform;
|
|
sides: Uniform;
|
|
angle: Uniform;
|
|
};
|
|
vertexShader: string;
|
|
fragmentShader: string;
|
|
};
|