Update image assets to include new texture types

This commit is contained in:
2026-03-31 23:03:41 +02:00
parent dcee1d75e0
commit 6c27ed9ecf

View File

@@ -1,8 +1,12 @@
import {
DataTexture,
EquirectangularReflectionMapping,
LinearSRGBColorSpace,
SRGBColorSpace,
Texture
} from "three";
import { EXRLoader } from "three/examples/jsm/loaders/EXRLoader.js";
import { RGBELoader } from "three/examples/jsm/loaders/RGBELoader.js";
import { createOpaqueId } from "../core/ids";
import { createProjectAssetStorageKey, type ImageAssetMetadata, type ImageAssetRecord } from "./project-assets";