Versions Compared

Key

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

...

Use current UV data - In this case it is used the texture coordinates which are already set. This method can be useful for the models which come from other programs, where the texture coordinates were set (on the picture below it is possible to see the example for the model from SketchUP).

 

LSCM (Triangles) (Available in TurboCAD Pro Platinum Only) - Least Squares Conformal Maps is a more complex algorithm, which allows us to receive better unwrapping results. There is one important restriction for the current implementation of this algorithm, namely all facets must be triangles.Current main unwrapping algorithm (Projection) for the TC Surface case is very simple and thus gives bad results for the many cases.

For example,

...

 

Figure 1. Segment which has practically orthogonal facets to each other.

 

 

Figure 2. Unwrapping results for the segment from fig. 1 by using Projection algorithm.

This was a motivation to add some additional more complex algorithm, which allows us to receive better unwrapping results. For this purpose we choose Least Squares Conformal Maps (LSCM) algorithm. But there is one important restriction of the current implementation of this algorithm – all facets should be triangles. But it is not very strong restriction, because practically all surfaces, which is come from the side applications has exactly triangle facets.

If user wants to use LSCM algorithm, he can do it via common UV Mapping Options dialog (see Fig.3.).

 

Figure 3. UV Mapping Options dialog (choosing LSCM).

At it is possible to see from the fig. 4, LSCM gives much better results (in comparison with projection, see fig. 2) for tested example.

 

...

this segment has facets which are practically orthogonal to each other

Image Added

 

The result is as follows with the Projection method.

Image Added

However, with LSCM the following results will occur.

.Image Added

Specify the projection direction for UV parametrization 

...