sicaro-organization / issues

Public repository for tracking and resolving project issues. Submit and follow progress using provided guidelines. Aiming to improve project quality. Thank you for your contribution.
1 stars 0 forks source link

LoDs (level of detail) #17

Open Armaccord opened 2 months ago

Armaccord commented 2 months ago

Many types of LoD methods help improve performance by switching assets to a cheaper version of itself.

Mesh LoDs: By changing the mesh to a simpler one.

Animation LoDs: By changing the animation steps for further objects.

Materials LoDs: By changing the material shaders or properties you can improve performance. For example, swapping from MeshPhysicalMaterial to MeshStandardMaterial.

There should also be specialized Lods for things such as a weapon held by a player or distant trees swapping to billboards

Lod UI for prefabs Image

Lod Video

For the initial release, Lods can be artest made, but there should be an auto LoD generator in the future Auto LoDs