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
/
mesh.d.ts
3 lines
•
227 B
TypeScript
View Raw
1
2
3
import
{
Ctx
}
from
'./ctx'
;
export
declare
function
createMesh
(
object
:
any
,
loaded
:
WeakMap
<
any
,
any
>,
ctx
:
Ctx
):
import
(
'three'
).
Mesh
<
any
,
any
,
import
(
'three'
).
Object3DEventMap
> |
undefined
;
//# sourceMappingURL=mesh.d.ts.map