Difference between revisions of "Mesh/Upload Model UI reference"

From Second Life Wiki
Jump to navigation Jump to search
Line 63: Line 63:


==== Quality ====
==== Quality ====
These values determine how much combining and overlap reduction is performed on the hulls at the decomposition stage.  If you experience performance problems during this step, try using the '''Preview''' setting first in order to confirm your smoothing and '''Close Holes''' results, then switch to '''High''' to get the best simplification results.
These values determine how much combining and overlap reduction is performed on the hulls at the decomposition stage.  '''High''' returns the best simplification results, but requires the most time to process.  If you experience performance problems during this step, try using the '''Preview''' setting first in order to confirm your smoothing and '''Close Holes''' results, then switch to '''High''' to get the best simplification results.
{{red|If the best practice is to preview with Preview and then wait out the final best analysis on High, why is there a Normal setting at all?}}


==== Smooth ====
==== Smooth ====

Revision as of 10:17, 8 July 2011

Preview

Level of Detail

Select Level of Detail

Mesh

Load from file

Auto generate

Generates a new level of detail based upon the model you uploaded.

Method

Choose a method from the dropdown menu by which the lower level of detail is calculated:

  • Triangle limit: Enter the maximum number of triangles for the model at the selected level of detail. This number must not exceed the number of triangles in the LOD above it.
  • Error threshold: How does this work?
Build Operator

Selects the method used for incrementally reducing the geometry while building the multiresolution hierarchy. Need a higher-level explanation with less jargon.

  • Edge Collapse: Merges two vertices currently connected by an edge. Both vertices are replace by a new, unified vertex, which is chosen to minimize error.
  • Half Edge Collapse: Merges two vertices currently connected by an edge. One of the two vertices is merged into the other, which remains (essentially) unchanged.

Why would I choose one of these over the other?

Queue Mode

Changes the order in which vertices are chosen to be collapsed.

  • Greedy: Recalculates the priority values for each neighboring edge after each simplification operation.
  • Lazy: Marks the priority values of each neighboring edge as "dirty" after each simplification operation. Recomputation of costs is only done on required edges. What does "dirty" mean?
  • Independent: This method performs non-overlapping sets of operations on the input geometry, resulting in hierarchies of logarithmic height. Need a higher-level explanation with less jargon.

Why would I choose one of these over the others?

Border Mode

Changes the handling of vertices on a geometric border; these are vertices without a full ring of triangles around them.

  • Unlock: The default behavior, does not treat geometric border vertices specially.
  • Lock: Prevents any modification to or removal of border vertices.

Under what circumstances would I choose one of these over the other?

Share Tolerance

This floating point parameter is intended to compensate for small floating point errors present in your data set. It controls the amount of distance between two vertices before they are considered coincident. Try increasing this number if cracks appear in your object during simplification.

None

Crease Angle

The Crease Angle adjusts the smoothness of the model. Increase this value to soften the hard, "faceted" look of models with relatively few vertices.

Physics

The physics decomposition step analyzes the model and generates a series of "hulls" that represent the physical shape of the model as it will be interpreted by Second Life's physics engine. Additional steps allow you to simplify the physics shape, thereby reducing the amount of load for the physics engine. Models meant to be used as vehicles must not have a physics cost higher than 32.

Step 1: Analysis

Method

Each of the three available decomposition methods is best suited to a particular type of shape, and will return the most accurate and least costly results when paired with a model of that type.

  • Surface: Works best on curved, organic shapes, such as an animal body.
  • Solid: Works best on objects with sharp angles and a clear inside and outside, like buildings.
  • Wrap: Works best on very complex shapes, such as trees and branches.

Quality

These values determine how much combining and overlap reduction is performed on the hulls at the decomposition stage. High returns the best simplification results, but requires the most time to process. If you experience performance problems during this step, try using the Preview setting first in order to confirm your smoothing and Close Holes results, then switch to High to get the best simplification results.

Smooth

The Smooth value sets the tolerance when the utility tries to merge coplanar triangles. It refers to the angle between adjacent triangles for which merging is permitted. A value of zero allows some angle between triangles, resulting in gently curving surfaces being flattened.

Need clarification: A setting of zero will provide lower physics cost on models that have curves?

Close Holes (slow)

Attempts to fill any holes in the physical representation of the model.

Need more information on this. Why would I do it? Would it make a ring-shaped model into a disk? Would it make a door frame impassibly solid?

Step 2: Simplification

Method

  • Retain %: Select a percentage of the hulls to retain from the original analysis. Is this correct?
  • Detail: How does this work?
  • Better Detail: Similar to Detail, but does a better job preserving openings in your model. Why would anyone ever use Detail instead of Better Detail?

Passes

Increasing the number of passes creates results with fewer overlapping hulls and more accurate overall representation of your model's physical shape.

Detail Scale

What does this do, and how does it generally affect results when you change it?

Preview Spread

Move the Preview Spread slider to explode your view of the hulls that comprise your physical model. On objects with many hulls, this can help you to find and examine hulls that would not otherwise be entirely visible.

Modifiers

Scale

Increases or decreases the base size of your model. Increasing the scale of a model can result in an increase in resource and upload costs.

Include

  • Textures: Includes the model's textures in the upload, and automatically applies them to the model. Each texture increases the upload fee by L$10.
  • Skin weight: Includes the model's skin weight information for the purposes of avatar rigging.
  • Joint positions: Includes the model's joint positioning information for the purposes of avatar rigging.

Pelvis Z Offset

Changes the vertical offset of a rigged mesh when it is worn on your avatar. This parameter can be used to help properly align meshes that are not meant to be centered on an avatar's root location (pelvis).