I was working on some assets. I have seen official objects having lod_vertcol as a material property. Now my asset lods work but would like to know what lod_vertcol does? And also how to add it to custom assets. TIA
lod_vertcol is an entirely plain material that lets you set the color with the vertex color functionality. LODs use it beaucse it's very performance friendly and doesn't cause noise at a distance like many highly detailed materials, take fences for example.