Update material imports to use general rendering utilities

This commit is contained in:
2026-05-18 16:01:27 +02:00
parent a49bb80849
commit dcfb4ae05f

View File

@@ -239,13 +239,13 @@ import {
import { createModelColliderDebugGroup } from "../geometry/model-instance-collider-debug-mesh";
import { buildGeneratedModelCollider } from "../geometry/model-instance-collider-generation";
import { DEFAULT_GRID_SIZE, snapValueToGrid } from "../geometry/grid-snapping";
import {
createStarterMaterialSignature,
createStarterMaterialTextureSet,
disposeStarterMaterialTextureSet,
type StarterMaterialTextureSet
} from "../materials/starter-material-textures";
import type { MaterialDef } from "../materials/starter-material-library";
import {
createMaterialSignature,
createMaterialTextureSet,
disposeMaterialTextureSet,
type MaterialTextureSet
} from "../materials/material-rendering";
import {
applyAdvancedRenderingRenderableShadowFlags,
configureAdvancedRenderingShadowLight,