UNPKG
hpg-r3f-model-scene
Version:
latest (0.6.39)
0.6.39
0.6.38
0.6.37
0.6.36
0.6.34
0.6.33
0.6.32
0.6.31
0.6.30
0.6.29
0.6.28
0.6.27
0.6.26
0.6.25
0.6.24
0.6.23
0.6.22
0.6.21
0.6.20
0.6.19
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.0.31
Pretty Footer react component used in ant.design
hpg-r3f-model-scene
/
es
/
loaders
/
MaterialLoader.d.ts
8 lines
(7 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
MaterialLoader
{
textures
:
any
;
constructor
(
);
parse
(
json1
:
string
):
any
;
static
createMaterialFromType
(
type
:
string
):
any
; }
export
{
MaterialLoader
};