ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface PresenterState

    Complete presenter state - how the user is currently viewing the scene Can be saved per-user in database or localStorage

    interface PresenterState {
        camera: CameraState;
        rendering: RenderingState;
        modelVisibility: Record<string, boolean>;
    }
    Index

    Properties

    camera: CameraState

    Current camera position and orientation

    rendering: RenderingState

    Current rendering settings

    modelVisibility: Record<string, boolean>

    Visibility state for each model by ID