Viz Artist

Version 3.9.0 | Published December 13, 2017 ©

Level Of Detail (LOD)

images/download/attachments/27789571/viz_icons_lod.png
Level Of Detail (LOD) is a mechanism for controlling the level of complexity of a 3D object, depending on camera position and object size. As an object becomes smaller on the screen, the objects polygons become smaller. At a certain size those polygons are small enough to be replaced by a lower number of larger polygons, without loosing realism. The goal is to maintain the overall shape of the object so it will not change significantly, when the number of polygons are changing.

Viz Artist has a built-in LOD mechanism for text objects and internal objects, such as Sphere, Cylinder and so on. This mechanism changes the tessellation of the object, based on its size on screen. However, there is no LOD mechanism for imported objects and models. This is where the LOD plug-in can be used. The LOD plug-in enables switching between different representations (levels) of the same object, based on its distance from the camera and on the zoom level of the camera. A switching range is assigned to each representation: to determine the specific distance from camera in which it will be replaced by the next representation.

In addition to that, the zoom of the camera is taken into consideration; objects that are far away from the camera will look closer (and larger) at a narrow zoom position, or smaller at wide zoom. To accommodate for different zoom values, the LOD plug-in assumes that the switching ranges are correlative to a reference zoom value. When the actual zoom value differs from the reference zoom value, the switching ranges are automatically adjusted.

images/download/attachments/27789571/plugins_container_lod_scenetree_example.png
To use the LOD plug-in on an object, you have to import several representations of that object from an external source. The different representations of the object have to be placed under a group node, in the order of detail, this means the most detailed level will be on the top of the group. When the LOD plug-in is placed on the group container it will make only one of its children (levels) visible at a given time, based on the distance between the center of the object and the camera, as well as the current zoom value, and other selectable parameters of the plug-in.

The LOD container plug-in works in conjunction with the Level Of Detail (LOD) Manager scene plug-in that controls all the LOD plug-ins in the scene.

Note: This plug-in is located in: Built Ins -> Container plug-ins -> Tools

This section contains information on the following topics:

LOD Properties

images/download/attachments/27789571/plugins_container_lod_editor.png

  • Lock: In certain cases it is desirable to disable the distance switching and lock the LOD plug-in to show one of the levels.

  • Lock On Index: Shows index of the selected level when Lock is on.

  • Center: Defines whether the distance from the camera will be measured from the origin of the object (Automatic) or from a specific point in the object, for example one of the corners (Manual)

  • Center X, Y and Z: Sets the point from which the distance from the camera is measured (in object coordinates), if the Center parameter is set to Manual.

  • Range Scale: Sets a scale factor on the switching ranges. This scale factor allows shortening or lengthening the distance at which object representations are switched.

  • Range 0: Sets the switching ranges. Those are the distances at which object representations are switched. The number of entries is n+1 where n is the number of children in the group on which the LOD plug-in is assigned

  • Initialize: Re-initializes the LOD plug-in. This is required if the number of children of the LOD group has changed after the LOD plug-in was assigned to the group.

See Also