Orthographic camera always renders the landscape at lowest LOD

Hello,

I’m using an orthographic camera to update a real time height map.
After a while, I’ve noticed that the data I’m getting is inaccurate.

Further checking led me to the conclusion that the orthographic camera renders the terrain at the lowest LOD ( One can replicate it easily in the PIE - just switch to orthographic mode and look at the terrain ).
Is it possible to force the ortho camera to render the highest LOD?

The LOD distribution parameters did not affect the ortho camera.

Thank you

I solved this for our minimap by forcing lod to 0 and then capturing and then forcing lod back to -1.
ForceLod.png

Thank you!

Thank you Kalle_H! Your my hero. :stuck_out_tongue: