feat(video3d): music-video templates with a side-on run camera - #204
Merged
Conversation
Run templates keep the subject still. The camera is chest-height profile, the floor is hidden, and the cylinder scrolls the opposite way. Extra templates cover space, void, and the two hip-hop clips without binding clip names. Follows merged #198; does not touch the 2.5D compositor.
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_73ef4db8-c414-46e1-91a9-df749446face) |
PR Review — Loreframe StudioRisk: low Automated review from Findings
Changed files
CONTRIBUTING checklist
Posted by the repo PR review workflow. Re-runs on each push to the PR. |
Code healthQuality score: 53.7/100Higher is better. The score is a trend dashboard; the independent ratchet below remains the CI gate.
Change vs PR base: +0.0 points.
Markdown, JSON catalogs and tests are out of this table. Only Most complex functions
Trend vs baseline
Warnings
Ratchet passed. |
This was referenced Sep 7, 2026
This was referenced Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR #198 (the tested Video 3D /
world3dstage) is already ondevelopment. This follow-up keeps that three.js editor and adds the music-video templates we actually rendered, with the run camera the user corrected: side-on, chest height, no floor, cylinder scrolling the other way.What this is not
The 2.5D compositor already has a cylinder preview (
CylinderPanoramaComparison/cylinderPanorama.ts) and run-travel parallax. Those stay Codex's. They do not export a 3D world. This PR does not touchSceneAnimatorPanel, recipes, orsceneTemplates.Templates
run-loop/neon-run/block-street: cameraside, dressingtreadmill(hide floor), negative cylinder speedspace-float,walk-void,dance-orbit,dance-stage: extra looks; clips stay unbound (index+ exact glTF name)Checks
tsx --test tests/scene3dStage.test.mjs13/13node scripts/check-i18n-catalogs.mjsokscene3dfiles cleanDo not merge until asked.
Note
Low Risk
Client-side 3D editor and template defaults only; no auth or server changes. Main risk is visual/regression in export and existing templates that referenced pursuit run behavior.
Overview
Adds music-video-oriented 3D stage templates and retools the run shot around a new
sidecamera (profile, chest height) instead ofpursuit.run-loopand related run templates useside, narrower FOV, negative cylinder scroll speeds, andtreadmilldressing (floor hidden).Introduces optional document
dressing(street,space,treadmill) withsyncDressingon the GPU stage: procedural street/space props, floor visibility rules, and auseEffectwhendocument.dressingchanges. Templates assign dressing and per-template cylinder speeds;CYLINDER_HEIGHTincreases for taller backdrops.Six new template ids (
neon-run,block-street,space-float,walk-void,dance-orbit,dance-stage) ship with layouts and EN/ES strings. Clips stay unbound by default on these presets. Tests and wizard mount expectations are updated forsideand dressing round-trip.Reviewed by Cursor Bugbot for commit a2f8cd2. Configure here.