mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 06:56:38 +00:00
release: 0.2.0
This commit is contained in:
parent
242f364698
commit
5a86cc13bf
6 changed files with 414 additions and 414 deletions
818
main.js
818
main.js
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "ai-model-workbench",
|
||||
"name": "AI Model Workbench",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Turn 3D models into linked knowledge assets.",
|
||||
"author": "flash",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-ai-model-workbench",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"description": "Obsidian plugin for turning 3D models into linked knowledge assets.",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import type { Scene } from "@babylonjs/core/scene.js";
|
|||
import type { ArcRotateCamera } from "@babylonjs/core/Cameras/arcRotateCamera.js";
|
||||
import type { Engine } from "@babylonjs/core/Engines/engine.js";
|
||||
import { Vector3, Matrix } from "@babylonjs/core/Maths/math.vector.js";
|
||||
import { Ray } from "@babylonjs/core/Culling/ray.core.js";
|
||||
import { Ray } from "@babylonjs/core/Culling/ray.js";
|
||||
import type { AnnotationPin, PluginSettings } from "../../domain/models";
|
||||
import type { HeadingSearchResult } from "../../utils/note-reader";
|
||||
import { formatT, t } from "../../i18n";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import type { AbstractMesh } from "@babylonjs/core/Meshes/abstractMesh.js";
|
|||
import type { Nullable } from "@babylonjs/core/types.js";
|
||||
import type { Node } from "@babylonjs/core/node.js";
|
||||
import { Matrix, Quaternion, Vector3 } from "@babylonjs/core/Maths/math.vector.js";
|
||||
import { Ray } from "@babylonjs/core/Culling/ray.core.js";
|
||||
import { Ray } from "@babylonjs/core/Culling/ray.js";
|
||||
import { Color3 } from "@babylonjs/core/Maths/math.color.js";
|
||||
import { Plane } from "@babylonjs/core/Maths/math.plane.js";
|
||||
import { PointerEventTypes } from "@babylonjs/core/Events/pointerEvents.js";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"0.0.1":"1.5.0","0.0.2":"1.5.0","0.0.3":"1.5.0","0.0.4":"1.5.0","0.0.5-beta.0":"1.5.0","0.1.1":"1.5.0","0.1.2":"1.5.0","0.1.4":"1.5.0","0.1.5":"1.5.0","0.1.6":"1.5.0","0.1.7":"1.5.0","0.1.8":"1.5.0","0.1.9":"1.5.0"}
|
||||
{"0.0.1":"1.5.0","0.0.2":"1.5.0","0.0.3":"1.5.0","0.0.4":"1.5.0","0.0.5-beta.0":"1.5.0","0.1.1":"1.5.0","0.1.2":"1.5.0","0.1.4":"1.5.0","0.1.5":"1.5.0","0.1.6":"1.5.0","0.1.7":"1.5.0","0.1.8":"1.5.0","0.1.9":"1.5.0","0.2.0":"1.5.0"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue