Difference between revisions of "Simple LOD"

From UMAWiki
Jump to: navigation, search
(Created blank page)
 
 
Line 1: Line 1:
 +
For Level of Detail support in UMA there is the component called "UMASimpleLOD".  This component provides texture and mesh LOD support.  The component automatically scales the atlas size per LOD by decreasing the resolution by half at each stage.  For mesh support, the user has to provide alternative slots with the format "''name''_LOD#" where # is the number of the stage they want that slot to be used for.
  
 +
[[File:SimpleLOD01.jpg]]
 +
 +
== Parameters ==
 +
 +
''Uma Data'' - This does not need to be set, but it is left in for legacy support.
 +
 +
''Lod Distance'' - The distance "step" between each LOD stage.
 +
 +
''Lod Display'' - Optional Text Mesh object that will display the LOD number for this gameobject.
 +
 +
''Swap Slots'' - Flag to determine whether to swap slots for mesh LOD.
 +
 +
''Lod Offset'' - Allows the user to offset the LOD number, e.g. if the user wants their first LOD to be 1 instead of 0, they would set this to 1.

Latest revision as of 07:01, 13 April 2017

For Level of Detail support in UMA there is the component called "UMASimpleLOD". This component provides texture and mesh LOD support. The component automatically scales the atlas size per LOD by decreasing the resolution by half at each stage. For mesh support, the user has to provide alternative slots with the format "name_LOD#" where # is the number of the stage they want that slot to be used for.

SimpleLOD01.jpg

Parameters

Uma Data - This does not need to be set, but it is left in for legacy support.

Lod Distance - The distance "step" between each LOD stage.

Lod Display - Optional Text Mesh object that will display the LOD number for this gameobject.

Swap Slots - Flag to determine whether to swap slots for mesh LOD.

Lod Offset - Allows the user to offset the LOD number, e.g. if the user wants their first LOD to be 1 instead of 0, they would set this to 1.