开发:增加导出类型

This commit is contained in:
ChenX
2022-11-09 11:26:00 +08:00
parent e74917cf54
commit 481587b834
114 changed files with 10752 additions and 9776 deletions

View File

@@ -19,11 +19,13 @@ export declare class Viewer {
LookTarget: Vector3;
Renderer: WebGLRenderer;
PreViewer: PreViewer;
/**使用后期渲染器 */
UsePass: boolean;
/**后期渲染器 */
Composer: EffectComposer;
_AAType: AAType;
RenderPass: RenderPass;
OutlinePass: OutlinePass;
Composer: EffectComposer;
private _SMAAPass;
private _Scene;
private _RenderSelectScene;