cyqsimon
本帖最后由 a20001017 于 2014-6-22 12:54 编辑





Grum: 我在乱玩【物品】模型的时候发现UV太烦人了,所以https://gist.github.com/grum/4f27c064f...将产生http://imgur.com/Nrl55ZM【的效果】

Grum: 为了避免你们混淆我说一下,这个玩意是将不是原版Minecraft中的内容!在下一个快照中你也许可以自己弄一个。



第一个链接中的json代码:




第二个链接中的图片:





可以看到,上面的这玩意儿是一个落在地上的水桶,材质模型已经由Grum自定义

以后材质作者不仅可以改贴图,还可以改模型了呢

不知道这个改变能催生怎样的优秀材质.....
2021.12 数据,可能有更多内容





Grum: 我在乱玩【物品】模型的时候发现UV太烦人了,所以https://gist.github.com/grum/4f27c064f...将产生http://imgur.com/Nrl55ZM【的效果】


Grum: 为了避免你们混淆我说一下,这个玩意是将不是原版Minecraft中的内容!在下一个快照中你也许可以自己弄一个。




第一个链接中的json代码:
{
    "textures": {
  "bucket": "blocks/iron_block",
  "liquid": "blocks/water_still"
    },
    "elements": [
  {   "comment": "top outer - west",
   "from": [ 0, 9, 2 ],
   "to": [ 1, 16, 14 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top outer - east",
   "from": [ 15, 9, 2 ],
   "to": [ 16, 16, 14 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top outer - north",
   "from": [ 2, 9, 0 ],
   "to": [ 14, 16, 1 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top outer - south",
   "from": [ 2, 9, 15 ],
   "to": [ 14, 16, 16 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },


  {   "comment": "top - west",
   "from": [ 1, 8, 2 ],
   "to": [ 2, 16, 14 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top - east",
   "from": [ 14, 8, 2 ],
   "to": [ 15, 16, 14 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top - north",
   "from": [ 1, 8, 1 ],
   "to": [ 15, 16, 2 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "top - south",
   "from": [ 1, 8, 14 ],
   "to": [ 15, 16, 15 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },


  {   "comment": "middle - west",
   "from": [ 2, 1, 3 ],
   "to": [ 3, 8, 13 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "middle - east",
   "from": [ 13, 1, 3 ],
   "to": [ 14, 8, 13 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "middle - north",
   "from": [ 2, 1, 2 ],
   "to": [ 14, 8, 3 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },
  {   "comment": "middle - south",
   "from": [ 2, 1, 13 ],
   "to": [ 14, 8, 14 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },


  {   "comment": "bottom",
   "from": [ 3, 0, 3 ],
   "to": [ 13, 1, 13 ],
   "faces": {
    "down":{ "texture": "#bucket" },
    "up":    { "texture": "#bucket" },
    "north": { "texture": "#bucket" },
    "south": { "texture": "#bucket" },
    "west":{ "texture": "#bucket" },
    "east":{ "texture": "#bucket" }
   }
  },


  {   "comment": "liquid",
   "from": [ 2, 15, 2 ],
   "to": [ 14, 15, 14 ],
   "faces": {
    "up":    { "texture": "#liquid" }
   }
  }
    ]
}





第二个链接中的图片:







可以看到,上面的这玩意儿是一个落在地上的水桶,材质模型已经由Grum自定义


以后材质作者不仅可以改贴图,还可以改模型了呢


不知道这个改变能催生怎样的优秀材质.....

RAY5DHao
以后做材质就不容易了...

蒋苏成
还以为是马桶

第一页 上一页 下一页 最后一页