1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 09:44:38 +02:00

Update babylonRuntime.ts

This commit is contained in:
syuilo
2026-07-03 15:48:54 +09:00
parent 887f219119
commit 6fac907867

View File

@@ -28,6 +28,7 @@ export function registerBabylonRuntime(): void {
BABYLON.RegisterAnimation();
BABYLON.RegisterAnimatable();
BABYLON.RegisterCollisionCoordinator();
BABYLON.RegisterInstancedMesh();
BABYLON.RegisterPostProcessRenderPipelineManagerSceneComponent(
BABYLON.PostProcessRenderPipelineManager,
);