Merge branch 'main' into truman/improve-consent-popup

This commit is contained in:
Prospector
2026-07-21 10:34:43 -07:00
committed by GitHub
2 changed files with 436 additions and 58 deletions
@@ -210,7 +210,7 @@ function getModelUrlForVariant(variant: string): string {
export const skinBlobUrlMap = reactive(new Map<string, RenderResult>())
export const headBlobUrlMap = reactive(new Map<string, string>())
const DEBUG_MODE = false
const SKIN_PREVIEW_RENDER_VERSION = 'ears-1'
const SKIN_PREVIEW_RENDER_VERSION = 'ears-2'
let sharedRenderer: BatchSkinRenderer | null = null
let latestPreviewGeneration = 0