Skip to content

@tripo3d/engine / EngineCameraOptions

Type Alias: EngineCameraOptions

ts
type EngineCameraOptions = 
  | EngineCameraFactory
  | OrthographicCameraOptions
  | PerspectiveCameraOptions;

Defined in: core/types/base.ts:57

定义引擎支持的相机配置输入。

基于 MIT 协议发布(内部使用)