UNPKG
@threepipe/plugin-blend-importer
Version:
latest (0.1.0)
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Basic importer for .blend file
github.com/repalash/threepipe
repalash/threepipe
@threepipe/plugin-blend-importer
/
dist
/
loader
/
material.d.ts
3 lines
•
199 B
TypeScript
View Raw
1
2
3
import
{
Ctx
}
from
'./ctx'
;
export
declare
function
createMaterial
(
mat
:
any
,
ctx
:
Ctx
):
import
(
'three'
).
MeshPhysicalMaterial
<
import
(
'three'
).
MaterialEventMap
>;
//# sourceMappingURL=material.d.ts.map