Page 1 of 1

Is the viewing distance of an object in the GeoPcDx?

Unread postPosted: Mon Apr 11, 2016 10:05 pm
by Ericmopar
Is the viewing distance of an object, ie the "LOD" in the GeoPcDx under LOD Controller?
I'm interested in modifying when the Embankment bushes pop into view in Donner Pass, but after looking around I'm suspicious it falls under "Don't Touch!"

Thanks Eric.

Re: Is the viewing distance of an object in the GeoPcDx?

Unread postPosted: Mon Apr 11, 2016 11:17 pm
by jalsina
This is the LOD code in the SH SD70M. It is at the beginning of the GeoPcDx:

Code: Select all
   <LODController>
      <cHcGeometryLODController d:id="6068880">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000709740" d:precision="string">1500</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068892">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000C08240" d:precision="string">600</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068904">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000C07240" d:precision="string">300</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068916">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000E08540" d:precision="string">700</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068928">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000408F40" d:precision="string">1000</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068940">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000407F40" d:precision="string">500</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068952">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000005940" d:precision="string">100</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068964">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000007940" d:precision="string">400</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068976">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000406F40" d:precision="string">250</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6068988">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000005440" d:precision="string">80</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6069000">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000008940" d:precision="string">800</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6069012">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="0000000000004E40" d:precision="string">60</e>
         </LOD>
      </cHcGeometryLODController>
      <cHcGeometryLODController d:id="6069024">
         <LOD>
            <e d:type="sFloat32" d:alt_encoding="000000E0FFFFEF47" d:precision="string">3.40282e+038</e>
         </LOD>
      </cHcGeometryLODController>
   </LODController>


There is more LOD coding along the Geo

Re: Is the viewing distance of an object in the GeoPcDx?

Unread postPosted: Tue Apr 12, 2016 12:04 am
by Ericmopar
Thanks.
Nutz. That means I can't make a fix for the embankment bushes.