Add FBX model support using AssimpNet #1479

This commit is contained in:
ema
2025-07-08 23:46:37 +08:00
parent 09a3cc3ea5
commit 5869cc6670
3 changed files with 38 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ public class Plugin : IViewer
private static readonly HashSet<string> WellKnownExtensions = new(
[
".stl", ".obj", ".3ds", ".lwo", ".ply",
".fbx",
]);
private HelixPanel _hp;