From bcea70c226070b44cca2c20ff7d4cf29d5b018fd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 16 Feb 2026 18:43:26 +0000 Subject: Add Renderable::preFrame for doing non-const frame prep work In theory, this phase should be parallelisable before being pushed out by the render loop. --- application/resviewer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/resviewer.cpp') diff --git a/application/resviewer.cpp b/application/resviewer.cpp index c82017b..e0c36f6 100644 --- a/application/resviewer.cpp +++ b/application/resviewer.cpp @@ -141,6 +141,7 @@ private: selectedAssetId = asset.first; selectedAsset = renderable; location = asset.second->createAt(position); + renderable->preFrame(camera); } } } -- cgit v1.3