Feat: Add support for spline repeaters in runtime paths

This commit is contained in:
2026-05-13 03:46:08 +02:00
parent efab46edfa
commit 2b7bedfa23
2 changed files with 10 additions and 0 deletions

View File

@@ -4398,6 +4398,13 @@ export class RuntimeHost {
this.applyShadowState();
}
private rebuildSplineRepeaters(runtimeScene: RuntimeSceneDefinition) {
this.splineRepeaterRenderer.sync({
paths: runtimeScene.paths,
terrains: runtimeScene.foliage.terrains
});
}
private createFogMaterialSet(
brush: RuntimeBoxBrushInstance,
volumeRenderPaths: {