Deshawn has imported a 3D model into his game that has been dynamically optimized using LODs. What exactly do LODs do to the model? (1 point) Responses increase the number of polygons in a model increase the number of polygons in a model decrease the number of polygons in a model decrease the number of polygons in a model add sounds to the character based on render settings add sounds to the character based on render settings add animation to the character based on render settings add animation to the character based on render settings

3 answers

LODs (Levels of Detail) decrease the number of polygons in a model. They allow the game to use simpler versions of the model when it is further away from the camera, which helps optimize performance while maintaining visual quality.

so answewr

The correct answer is: decrease the number of polygons in a model.