补齐 model3d 契约在 packages/shared 的导出入口
新增 packages/shared/src/contracts/model3d/index.ts 聚合 ts-rs 生成的 3D 生成契约类型 contracts/index.ts 增加 export type * from './model3d' src/index.ts 增加 export type * from './contracts/model3d'
This commit is contained in:
@@ -3,3 +3,4 @@ export type * from './editorAudio';
|
||||
export * from './gameCreationApp';
|
||||
export * from './hostBridge';
|
||||
export type * from './hyper3d';
|
||||
export type * from './model3d';
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
export type * from './common/Model3dCompression';
|
||||
export type * from './common/Model3dExportOrientation';
|
||||
export type * from './common/Model3dGeometryQuality';
|
||||
export type * from './common/Model3dInputOrientation';
|
||||
export type * from './common/Model3dModelVersion';
|
||||
export type * from './common/Model3dOutputFormat';
|
||||
export type * from './common/Model3dTaskStatus';
|
||||
export type * from './common/Model3dTextureAlignment';
|
||||
export type * from './common/Model3dTextureQuality';
|
||||
export type * from './common/Model3dTextureVersion';
|
||||
export type * from './image-to-model/Model3dImageToModelRequest';
|
||||
export type * from './multiview-to-model/Model3dMultiviewInputs';
|
||||
export type * from './multiview-to-model/Model3dMultiviewToModelRequest';
|
||||
export type * from './text-to-model/Model3dArtifact';
|
||||
export type * from './text-to-model/Model3dGenerationJob';
|
||||
export type * from './text-to-model/Model3dGenerationResult';
|
||||
export type * from './text-to-model/Model3dGenerationSubmission';
|
||||
export type * from './text-to-model/Model3dTextToModelRequest';
|
||||
@@ -5,6 +5,7 @@ export type * from './contracts/editorAudio';
|
||||
export * from './contracts/editorScene';
|
||||
export * from './contracts/externalGeneration';
|
||||
export type * from './contracts/hyper3d';
|
||||
export type * from './contracts/model3d';
|
||||
export * from './contracts/runtime';
|
||||
export * from './http';
|
||||
export * from './llm/narrativeLanguage';
|
||||
|
||||
Reference in New Issue
Block a user