payboy Posted September 29, 2017 Share Posted September 29, 2017 What's the difference between assetsManager and ImportMesh for importing custom meshes? thanks very much Quote Link to comment Share on other sites More sharing options...
Sebavan Posted September 29, 2017 Share Posted September 29, 2017 AssetManager will help you dealing with multiple load tasks at once and synchronize the end of the loading. It also helps with loading screen for instance: https://doc.babylonjs.com/tutorials/how_to_use_assetsmanager ImportMesh on the other hand is dedicated to load mesh from a single file. The assetManager relies on it internally to deal with the individual load meshes tasks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.