web3d / node_modules /three /src /renderers /shaders /UniformsUtils.d.ts
julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
Raw
History Blame Contribute Delete
131 Bytes
export namespace UniformsUtils {
export function merge(uniforms: any[]): any;
export function clone(uniforms_src: any): any;
}