Yes, it’s possible to control LODs per instance, but it typically depends on the engine you’re using. In engines like Unreal, you can use HLODs or custom culling volumes to force lower LODs for distant instances. For finer control, you might need to use a blueprint or script to override LOD bias based on distance or zone.