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

Introduction

angular-three-soba/misc provides miscellaneous utilities and components for animations, shadows, frame buffer objects (FBOs), HTML overlays, and more.

  • animations - Create animation API for managing THREE.js animation clips
  • fbo - Create WebGLRenderTarget for off-screen rendering
  • NgtsFBO - Structural directive for rendering to FBO via ng-template
  • depthBuffer - Create depth buffer texture for effects like soft particles or SSAO
  • NgtsHTML - Render HTML content positioned in 3D space
  • intersect - Track whether an object is within the camera’s view frustum
  • NgtsIntersect - Directive for tracking Object3D visibility
  • NgtsPreload - Pre-compile shaders and textures to reduce runtime jank