// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Camera" m_AElodGroupTemplate.kCamera; displayString -replace -value "Camera ^1s not found." m_AElodGroupTemplate.kCameraNotFound; displayString -replace -value "Object ^1s is not a valid camera." m_AElodGroupTemplate.kCameraNotValid; displayString -replace -value "LOD_^1s Display" m_AElodGroupTemplate.kDisplay; displayString -replace -value "Distance" m_AElodGroupTemplate.kDistance; displayString -replace -value "Use camera distance to determine level" m_AElodGroupTemplate.kDistanceAnnot; displayString -replace -value "Camera switching only enabled if the threshold type is percentage" m_AElodGroupTemplate.kDistanceCameraAnn; displayString -replace -value "Lod Attributes" m_AElodGroupTemplate.kLodAttributes; displayString -replace -value "Switching threshold type is disabled with an orthographic camera. Switch to a perspective camera, and switch threshold type to enable it." m_AElodGroupTemplate.kOrthoSwitchDisabled; displayString -replace -value "Percentage" m_AElodGroupTemplate.kPercentage; displayString -replace -value "Use screen height percentage to determine level" m_AElodGroupTemplate.kPercentageAnnot; displayString -replace -value "Select a new camera for the LOD" m_AElodGroupTemplate.kPercentageCameraAnn; displayString -replace -value "LOD_^1s Start Distance" m_AElodGroupTemplate.kStartDistance; displayString -replace -value "LOD_^1s Start Percentage" m_AElodGroupTemplate.kStartPercentage; displayString -replace -value "Switch threshold type" m_AElodGroupTemplate.kSwitch; displayString -replace -value "Switching threshold type is disabled with an orthographic camera and distance based threshold." m_AElodGroupTemplate.kSwitchDisabled; displayString -replace -value "Threshold Type" m_AElodGroupTemplate.kThresholdType;