mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 19:19:10 +00:00
Add FBX model support using AssimpNet #1479
This commit is contained in:
@@ -28,6 +28,7 @@ public class Plugin : IViewer
|
||||
private static readonly HashSet<string> WellKnownExtensions = new(
|
||||
[
|
||||
".stl", ".obj", ".3ds", ".lwo", ".ply",
|
||||
".fbx",
|
||||
]);
|
||||
|
||||
private HelixPanel _hp;
|
||||
|
Reference in New Issue
Block a user