Skip to content
🎉 Angular Three v4 is here! Read the announcement

Introduction

angular-three-soba/loaders provides various loaders for files such as GLTF, FBX, textures, and fonts.

These functions use Angular’s resource API and are the recommended approach for loading assets:

  • progress - Track Three.js asset loading progress
  • NgtsLoader - Loading screen component while assets are being loaded

Note: These functions are deprecated and will be removed in v5.0.0. Use the resource-based APIs instead.

DeprecatedReplacement
injectGLTFgltfResource
injectTexturetextureResource
injectFontfontResource
injectFBXfbxResource
injectProgressprogress