模型预览功能

This commit is contained in:
2025-10-26 23:32:33 +08:00
parent 1c18e4a338
commit ce6cd8235f
370 changed files with 12735 additions and 10269 deletions

View File

@@ -15,7 +15,7 @@ namespace NBF
public override string UIResName => "PreviewPanel";
[AutoFind(Name = "Model")]
public ModelTexture Model;
public ModelViewer Model;
public override string[] GetDependPackages(){ return new string[] {"Common"}; }
public static void Show(object param = null){ App.UI.OpenUI<PreviewPanel>(param); }