WIP KRMesh file format refactoring, to support independently formatted sub-meshes / primitives per model
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, macos-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2026-06-05 01:58:11 -07:00
parent 763a448a6c
commit f148fddeea
17 changed files with 116 additions and 102 deletions

View File

@@ -127,7 +127,7 @@ void KRReverbZone::render(RenderInfo& ri)
info.spot_lights = &ri.spot_lights;
info.renderPass = ri.renderPass;
info.rasterMode = RasterMode::kAlphaBlend;
info.modelFormat = sphereModel->getModelFormat();
info.topology = sphereModel->getTopology();
info.vertexAttributes = sphereModel->getVertexAttributes();
KRPipeline* pShader = getContext().getPipelineManager()->getPipeline(*ri.surface, info);