{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/unity-map-material-texture-relationship/",
  "atlas": "https://www.pystone.net/?node=unity-map-material-texture-relationship#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/unity-map-material-texture-relationship.md",
  "context": "https://www.pystone.net/notes/unity-map-material-texture-relationship.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:unity-map-material-texture-relationship",
  "slug": "unity-map-material-texture-relationship",
  "title": "Map及其与Material、Texture的关系",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "Map及其与Material、Texture的关系",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "bacef1d7a83a235d12906ecd23032a4df197957bda9786039059c6fce6c9a111",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "Map及其与Material、Texture的关系",
      "anchor": "map及其与materialtexture的关系",
      "citation": "https://www.pystone.net/notes/unity-map-material-texture-relationship/#map%E5%8F%8A%E5%85%B6%E4%B8%8Ematerialtexture%E7%9A%84%E5%85%B3%E7%B3%BB"
    },
    {
      "depth": 2,
      "text": "Map",
      "anchor": "map",
      "citation": "https://www.pystone.net/notes/unity-map-material-texture-relationship/#map"
    },
    {
      "depth": 2,
      "text": "三者关系",
      "anchor": "三者关系",
      "citation": "https://www.pystone.net/notes/unity-map-material-texture-relationship/#%E4%B8%89%E8%80%85%E5%85%B3%E7%B3%BB"
    },
    {
      "depth": 2,
      "text": "Ref",
      "anchor": "ref",
      "citation": "https://www.pystone.net/notes/unity-map-material-texture-relationship/#ref"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:game-graphics-and-runtime",
      "title": "游戏图形与运行时",
      "url": "https://www.pystone.net/notes/game-graphics-and-runtime/",
      "atlas": "https://www.pystone.net/?node=game-graphics-and-runtime#knowledge-atlas",
      "label": "游戏图形与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "Unity中的“Map及其与Material、Texture的关系”导航项",
      "citation": "https://www.pystone.net/notes/game-graphics-and-runtime/#unity"
    }
  ],
  "contentMarkdown": "# Map及其与Material、Texture的关系\n\n> 创建时间：2020/6/8 14:38\n\n  * Map及其与Material、Texture的关系\n    * Map\n    * 三者关系\n    * Ref\n\n## Map\n\n> 贴图的英语 Map 其实包含了另一层含义就是“映射”。\n>  贴图指的是映射关系，其功能就是把纹理通过 UV 坐标映射到3D 物体表面。贴图包含了除了纹理以外其他很多信息，比方说 UV 坐标、贴图输入输出控制等等。\n\nUV坐标：水平方向是U，竖直方向是V。因为图片（纹理）是一个二维的平面，所以只需要UV坐标便可以确定图片的位置。（当然也有三维贴图，要用到UVW坐标，暂时还接触不到。）\n\n## 三者关系\n\n材质 Material包含贴图 Map，贴图包含纹理 Texture。\n材质(Material)：物体的质地，物体看起来是什么做的\n贴图(Map)\n纹理(Texture)：普通的材质图片\n贴图 + 着色器(Shader) = 材质球\n\n## Ref\n\n<https://gameinstitute.qq.com/community/detail/115074>\n"
}
