Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To merge charts across parts of the mesh that extend less than the size of one lightmap pixel, set simpUsePixelUnits="true" and  specify simpMaxDistance="0.5" for each mesh element and simpUsePixelUnits="true" for the geom element.

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<geom id="" name="polySurface2" version="3" simpUsePixelUnits="true">
    <mesh name="polySurfaceShape2" filename=".\polySurfaceShape2.pim"
    direct="true" indirect="true" target="true"
    simpMode="simplifyUsingUvs"
	simpUsePixelUnits="true"
	simpMaxDistance="0.5"/>
</geom>

...