UNPKG

avatoon

Version:

A React Three Fiber component for realistic avatar lip-syncing and animations.

9 lines (7 loc) 405 B
import { AvatoonEnvironmentProps } from '../types'; /** * Renders the scene lighting environment — either a custom HDR/EXR file set * (`environmentFiles`) or one of drei's built-in presets (`environmentPreset`, * default `"sunset"`). */ export declare function SceneEnvironment({ environmentPreset, environmentFiles, environmentBackground, }: AvatoonEnvironmentProps): import("react").JSX.Element;