From 09ee3f370a301533d8c43b821029bee668da94a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Guimmara?= Date: Sat, 21 Dec 2024 12:58:15 +0100 Subject: [PATCH] fix(ReorientationPlugin.d.ts): fix incorrect class name --- src/plugins/three/ReorientationPlugin.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/three/ReorientationPlugin.d.ts b/src/plugins/three/ReorientationPlugin.d.ts index 41f4629ab..d495de557 100644 --- a/src/plugins/three/ReorientationPlugin.d.ts +++ b/src/plugins/three/ReorientationPlugin.d.ts @@ -1,4 +1,4 @@ -export class GLTFExtensionsPlugin { +export class ReorientationPlugin { constructor( options: { up: '+x' | '-x' | '+y' | '-y' | '+z' | '-z',