Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
web3d
like
4
Running
App
Files
Files
Community
1
6cd9596
web3d
/
node_modules
/
three
/
src
/
renderers
/
shaders
/
UniformsUtils.d.ts
julien-c
HF staff
do not gitignore the builds
6cd9596
over 1 year ago
raw
Copy download link
history
blame
Safe
131 Bytes
export
namespace
UniformsUtils
{
export
function
merge
(
uniforms:
any
[]
):
any
;
export
function
clone
(
uniforms_src:
any
):
any
;
}