Level of detail (LOD) in Godot 3.0?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ian_Kovich

I found an explanation of how to incorporate LOD in Godot 2.x here and the API entry for 3.0, but I can’t figure out how to get it to work in 3.0, so I was hoping someone could point out what I’m doing wrong or overlooking.

I made a scene with a spatial root and two MeshInstances containing a cube for the low resolution model and a sphere for the high resolution model. The cube’s min distance is set to 10 and max distance is 100, and the sphere’s min distance is set to 0 and max distance is 10.

Thank you in advance!

:bust_in_silhouette: Reply From: volzhs

It’s not implemented yet.
probably in 3.1

I see, thank you!

Ian_Kovich | 2018-02-08 09:37

Good to know, I was wondering why it doesn’t do anything yet.
Waiting for 3.1 :slight_smile:

unfa | 2018-08-30 22:03