mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Remove temporary WMO texture diagnostics
This commit is contained in:
parent
340a08f947
commit
e9732dd9a6
1 changed files with 0 additions and 1 deletions
|
|
@ -1205,7 +1205,6 @@ void WMORenderer::render(const Camera& camera, const glm::mat4& view, const glm:
|
||||||
auto modelIt = loadedModels.find(instance.modelId);
|
auto modelIt = loadedModels.find(instance.modelId);
|
||||||
if (modelIt == loadedModels.end()) continue;
|
if (modelIt == loadedModels.end()) continue;
|
||||||
const ModelData& model = modelIt->second;
|
const ModelData& model = modelIt->second;
|
||||||
|
|
||||||
// Occlusion query pre-pass (GL calls — must be main thread)
|
// Occlusion query pre-pass (GL calls — must be main thread)
|
||||||
if (occlusionCulling && occlusionShader && bboxVao != 0) {
|
if (occlusionCulling && occlusionShader && bboxVao != 0) {
|
||||||
runOcclusionQueries(instance, model, view, projection);
|
runOcclusionQueries(instance, model, view, projection);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue