interface IRender3DProcess {
    destroy(): void;
    fowardRender(context: IRenderContext3D, camera: Camera): void;
}

实现于

方法