Skip to content

đŸ§Ŧ Core Functionalities ​

At its core Three App provide just one factory function

🏭 createThreeApp ​

This function return an ThreeApp that is a shell that encapsulates

✅ Renderer
✅ Camera (PerspectiveCamera | OrthographicCamera)
✅ Raycaster that handle commons pointer events

ts
import { createThreeApp } from ' @slzr/three-app'

đŸ–Ĩī¸ Default Renderer ​

đŸŽĨ Default Camera ​