Documentation
Preparing search index...
Copy @link
@lopoly/engine
loaders/ModelLoader
ModelLoader
Interface ModelLoader
No description provided.
interface
ModelLoader
{
loadModel
(
gltfPath
:
string
,
filesystem
:
IFileSystem
,
)
:
Promise
<
ModelDefinition
>
;
}
Index
Methods
load
Model
Methods
load
Model
loadModel
(
gltfPath
:
string
,
filesystem
:
IFileSystem
)
:
Promise
<
ModelDefinition
>
No description provided.
Parameters
gltfPath
:
string
filesystem
:
IFileSystem
Returns
Promise
<
ModelDefinition
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
Model
Collapse all
Documentation
Loading...
No description provided.