1
0

More reffactors

This commit is contained in:
Aiden
2026-06-10 17:23:06 +10:00
parent 707cad3719
commit ea184ba448
5 changed files with 828 additions and 710 deletions

View File

@@ -18,10 +18,8 @@ import {
import { createMediaTexture as createMediaTextureCore } from './rendering/three-utils.js';
import { FallbackCameraControls } from './modes/fallback-camera-controls.js';
import { MediaController } from './media/media-controller.js';
import {
createVrInputRig,
handleVrControllerSelect
} from './xr/vr-controller-interactions.js';
import { createVrInputRig } from './xr/input-rig.js';
import { handleVrControllerSelect } from './xr/vr-controller-interactions.js';
import { bindVideoEvents } from './media/video-events.js';
import {
createVrControlPanel,