# Anatomy Rig Skin

This node manages caching and transformation of skin tet mesh to final render mesh for the skin.

Internally there are two possible cache states, the first is Tissue Simulation and intended to be spot checking the tissue simulation. The second, called Skin enables cashing of the resulting deformation back on to the original model used to create your character.

#### Parameters

Both of these present an Automatic, Force Off, Force On options. These represent loading the caches. Automatic will only load if the cash is present, forcing on or off will do just that and force the matching cache to load.

**Load Tissue Simulation** - Load the cache directly from the tissue simulation.

**Load Skin** - Load the cache for the skin.

A debugging technique you may need to use is cashing the tissue simulation and skin simulation for comparison.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.procedural-anatomy.com/simulation/simulation-nodes/anatomy-rig-skin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
