Xiao2
本帖最后由 Xiao2 于 2018-10-5 16:14 编辑

这是模型代码stone.json
  1. {
  2.     "textures": {
  3.         "east": "block/stone",
  4.         "south": "block/stone",
  5.         "north": "block/stone",
  6.         "west": "block/stone",
  7.         "particle": "block/stone",
  8.         "up": "block/stone",
  9.         "down": "block/stone"
  10.     },
  11.     "elements": [
  12.         {
  13.             "from": [0,0,0],
  14.             "to": [16,16,16],
  15.             "faces": {
  16.                 "down":  { "texture": "#down", "cullface": "down" },
  17.                 "up":    { "texture": "#up", "cullface": "up" },
  18.                 "north": { "texture": "#north", "cullface": "north" },
  19.                 "south": { "texture": "#south", "cullface": "south" },
  20.                 "west":  { "texture": "#west", "cullface": "west" },
  21.                 "east":  { "texture": "#east", "cullface": "east" }
  22.             }
  23.         },
  24.         {
  25.             "from": [2,16,2],
  26.             "to": [4,20,4],
  27.             "faces": {
  28.                 "up": {
  29.                     "uv": [2,2,4,4],
  30.                     "texture": "#up"
  31.                 },
  32.                 "west": {
  33.                     "uv": [0,0,2,4],
  34.                     "texture": "#up"
  35.                 },
  36.                 "east": {
  37.                     "uv": [14,0,16,4],
  38.                     "texture": "#up"
  39.                 },
  40.                 "north": {
  41.                     "uv": [14,0,16,4],
  42.                     "texture": "#up"
  43.                 },
  44.                 "south": {
  45.                     "uv": [14,0,16,4],
  46.                     "texture": "#up"
  47.                 }
  48.             }
  49.         },
  50.         {
  51.             "from": [12,12,16],
  52.             "to": [14,14,20],
  53.             "faces": {
  54.                 "up": {
  55.                     "uv": [0,12,2,16],
  56.                     "texture": "#south"
  57.                 },
  58.                 "down": {
  59.                     "uv": [14,12,16,16],
  60.                     "texture": "#south"
  61.                 },
  62.                 "west": {
  63.                     "uv": [12,0,16,2],
  64.                     "texture": "#south"
  65.                 },
  66.                 "east": {
  67.                     "uv": [12,0,16,2],
  68.                     "texture": "#south"
  69.                 },

  70.                 "south": {
  71.                     "uv": [12,2,14,4],
  72.                     "texture": "#south"
  73.                 }
  74.             }
  75.         },
  76.         {
  77.             "from": [-4,12,2],
  78.             "to": [0,14,4],
  79.             "faces": {
  80.                 "up": {
  81.                     "uv": [0,0,4,2],
  82.                     "texture": "#west"
  83.                 },
  84.                 "down": {
  85.                     "uv": [0,0,4,2],
  86.                     "texture": "#west"
  87.                 },
  88.                 "west": {
  89.                     "uv": [2,2,4,4],
  90.                     "texture": "#west"
  91.                 },

  92.                 "north": {
  93.                     "uv": [0,0,4,2],
  94.                     "texture": "#west"
  95.                 },
  96.                 "south": {
  97.                     "uv": [0,14,4,16],
  98.                     "texture": "#west"
  99.                 }
  100.             }
  101.         },
  102.         {
  103.             "from": [-4,4,2],
  104.             "to": [0,6,4],
  105.             "faces": {
  106.                 "up": {
  107.                     "uv": [0,0,4,2],
  108.                     "texture": "#west"
  109.                 },
  110.                 "down": {
  111.                     "uv": [0,0,4,2],
  112.                     "texture": "#west"
  113.                 },
  114.                 "west": {
  115.                     "uv": [2,10,4,12],
  116.                     "texture": "#west"
  117.                 },

  118.                 "north": {
  119.                     "uv": [0,0,4,2],
  120.                     "texture": "#west"
  121.                 },
  122.                 "south": {
  123.                     "uv": [0,14,4,16],
  124.                     "texture": "#west"
  125.                 }
  126.             }
  127.         },
  128.         {
  129.             "from": [-4,8,2],
  130.             "to": [0,10,4],
  131.             "faces": {
  132.                 "up": {
  133.                     "uv": [0,0,4,2],
  134.                     "texture": "#west"
  135.                 },
  136.                 "down": {
  137.                     "uv": [0,0,4,2],
  138.                     "texture": "#west"
  139.                 },
  140.                 "west": {
  141.                     "uv": [2,6,4,8],
  142.                     "texture": "#west"
  143.                 },

  144.                 "north": {
  145.                     "uv": [0,0,4,2],
  146.                     "texture": "#west"
  147.                 },
  148.                 "south": {
  149.                     "uv": [0,14,4,16],
  150.                     "texture": "#west"
  151.                 }
  152.             }
  153.         },
  154.         {
  155.             "from": [-4,8,6],
  156.             "to": [0,10,8],
  157.             "faces": {
  158.                 "up": {
  159.                     "uv": [0,0,4,2],
  160.                     "texture": "#west"
  161.                 },
  162.                 "down": {
  163.                     "uv": [0,0,4,2],
  164.                     "texture": "#west"
  165.                 },
  166.                 "west": {
  167.                     "uv": [6,6,8,8],
  168.                     "texture": "#west"
  169.                 },

  170.                 "north": {
  171.                     "uv": [0,0,4,2],
  172.                     "texture": "#west"
  173.                 },
  174.                 "south": {
  175.                     "uv": [0,14,4,16],
  176.                     "texture": "#west"
  177.                 }
  178.             }
  179.         },
  180.         {
  181.             "from": [-4,12,6],
  182.             "to": [0,14,8],
  183.             "faces": {
  184.                 "up": {
  185.                     "uv": [0,0,4,2],
  186.                     "texture": "#west"
  187.                 },
  188.                 "down": {
  189.                     "uv": [0,0,4,2],
  190.                     "texture": "#west"
  191.                 },
  192.                 "west": {
  193.                     "uv": [6,2,8,4],
  194.                     "texture": "#west"
  195.                 },

  196.                 "north": {
  197.                     "uv": [0,0,4,2],
  198.                     "texture": "#west"
  199.                 },
  200.                 "south": {
  201.                     "uv": [0,14,4,16],
  202.                     "texture": "#west"
  203.                 }
  204.             }
  205.         },
  206.         {
  207.             "from": [-4,4,6],
  208.             "to": [0,6,8],
  209.             "faces": {
  210.                 "up": {
  211.                     "uv": [0,0,4,2],
  212.                     "texture": "#west"
  213.                 },
  214.                 "down": {
  215.                     "uv": [0,0,4,2],
  216.                     "texture": "#west"
  217.                 },
  218.                 "west": {
  219.                     "uv": [6,10,8,12],
  220.                     "texture": "#west"
  221.                 },

  222.                 "north": {
  223.                     "uv": [0,0,4,2],
  224.                     "texture": "#west"
  225.                 },
  226.                 "south": {
  227.                     "uv": [0,14,4,16],
  228.                     "texture": "#west"
  229.                 }
  230.             }
  231.         },
  232.         {
  233.             "from": [-4,12,10],
  234.             "to": [1,14,12],
  235.             "faces": {
  236.                 "up": {
  237.                     "uv": [0,0,5,2],
  238.                     "texture": "#west"
  239.                 },
  240.                 "down": {
  241.                     "uv": [0,0,5,2],
  242.                     "texture": "#west"
  243.                 },
  244.                 "west": {
  245.                     "uv": [10,2,12,4],
  246.                     "texture": "#west"
  247.                 },

  248.                 "north": {
  249.                     "uv": [0,0,5,2],
  250.                     "texture": "#west"
  251.                 },
  252.                 "south": {
  253.                     "uv": [0,14,5,16],
  254.                     "texture": "#west"
  255.                 }
  256.             }
  257.         },
  258.         {
  259.             "from": [12,-4,2],
  260.             "to": [14,0,4],
  261.             "faces": {

  262.                 "down": {
  263.                     "uv": [12,12,14,14],
  264.                     "texture": "#down"
  265.                 },
  266.                 "west": {
  267.                     "uv": [0,12,2,16],
  268.                     "texture": "#down"
  269.                 },
  270.                 "east": {
  271.                     "uv": [14,12,16,16],
  272.                     "texture": "#down"
  273.                 },
  274.                 "north": {
  275.                     "uv": [14,0,16,4],
  276.                     "texture": "#down"
  277.                 },
  278.                 "south": {
  279.                     "uv": [0,0,2,4],
  280.                     "texture": "#down"
  281.                 }
  282.             }
  283.         },
  284.         {
  285.             "from": [-4,4,10],
  286.             "to": [0,6,12],
  287.             "faces": {
  288.                 "up": {
  289.                     "uv": [0,0,4,2],
  290.                     "texture": "#west"
  291.                 },
  292.                 "down": {
  293.                     "uv": [0,0,4,2],
  294.                     "texture": "#west"
  295.                 },
  296.                 "west": {
  297.                     "uv": [10,10,12,12],
  298.                     "texture": "#west"
  299.                 },

  300.                 "north": {
  301.                     "uv": [0,0,4,2],
  302.                     "texture": "#west"
  303.                 },
  304.                 "south": {
  305.                     "uv": [0,14,4,16],
  306.                     "texture": "#west"
  307.                 }
  308.             }
  309.         },
  310.         {
  311.             "from": [16,10,4],
  312.             "to": [20,12,6],
  313.             "faces": {
  314.                 "up": {
  315.                     "uv": [12,14,16,16],
  316.                     "texture": "#east"
  317.                 },
  318.                 "down": {
  319.                     "uv": [12,14,16,16],
  320.                     "texture": "#east"
  321.                 },

  322.                 "east": {
  323.                     "uv": [10,4,12,6],
  324.                     "texture": "#east"
  325.                 },
  326.                 "north": {
  327.                     "uv": [12,0,16,2],
  328.                     "texture": "#east"
  329.                 },
  330.                 "south": {
  331.                     "uv": [12,14,16,16],
  332.                     "texture": "#east"
  333.                 }
  334.             }
  335.         },
  336.         {
  337.             "from": [16,6,4],
  338.             "to": [20,8,6],
  339.             "faces": {
  340.                 "up": {
  341.                     "uv": [12,14,16,16],
  342.                     "texture": "#east"
  343.                 },
  344.                 "down": {
  345.                     "uv": [12,14,16,16],
  346.                     "texture": "#east"
  347.                 },

  348.                 "east": {
  349.                     "uv": [10,8,12,10],
  350.                     "texture": "#east"
  351.                 },
  352.                 "north": {
  353.                     "uv": [12,0,16,2],
  354.                     "texture": "#east"
  355.                 },
  356.                 "south": {
  357.                     "uv": [12,14,16,16],
  358.                     "texture": "#east"
  359.                 }
  360.             }
  361.         },
  362.         {
  363.             "from": [16,2,4],
  364.             "to": [20,4,6],
  365.             "faces": {
  366.                 "up": {
  367.                     "uv": [12,14,16,16],
  368.                     "texture": "#east"
  369.                 },
  370.                 "down": {
  371.                     "uv": [12,14,16,16],
  372.                     "texture": "#east"
  373.                 },

  374.                 "east": {
  375.                     "uv": [10,12,12,14],
  376.                     "texture": "#east"
  377.                 },
  378.                 "north": {
  379.                     "uv": [12,0,16,2],
  380.                     "texture": "#east"
  381.                 },
  382.                 "south": {
  383.                     "uv": [12,14,16,16],
  384.                     "texture": "#east"
  385.                 }
  386.             }
  387.         },
  388.         {
  389.             "from": [16,6,8],
  390.             "to": [20,8,10],
  391.             "faces": {
  392.                 "up": {
  393.                     "uv": [12,14,16,16],
  394.                     "texture": "#east"
  395.                 },
  396.                 "down": {
  397.                     "uv": [12,14,16,16],
  398.                     "texture": "#east"
  399.                 },

  400.                 "east": {
  401.                     "uv": [6,8,8,10],
  402.                     "texture": "#east"
  403.                 },
  404.                 "north": {
  405.                     "uv": [12,0,16,2],
  406.                     "texture": "#east"
  407.                 },
  408.                 "south": {
  409.                     "uv": [12,14,16,16],
  410.                     "texture": "#east"
  411.                 }
  412.             }
  413.         },
  414.         {
  415.             "from": [16,2,8],
  416.             "to": [20,4,10],
  417.             "faces": {
  418.                 "up": {
  419.                     "uv": [12,14,16,16],
  420.                     "texture": "#east"
  421.                 },
  422.                 "down": {
  423.                     "uv": [12,14,16,16],
  424.                     "texture": "#east"
  425.                 },

  426.                 "east": {
  427.                     "uv": [6,12,8,14],
  428.                     "texture": "#east"
  429.                 },
  430.                 "north": {
  431.                     "uv": [12,0,16,2],
  432.                     "texture": "#east"
  433.                 },
  434.                 "south": {
  435.                     "uv": [12,14,16,16],
  436.                     "texture": "#east"
  437.                 }
  438.             }
  439.         },
  440.         {
  441.             "from": [16,10,8],
  442.             "to": [20,12,10],
  443.             "faces": {
  444.                 "up": {
  445.                     "uv": [12,14,16,16],
  446.                     "texture": "#east"
  447.                 },
  448.                 "down": {
  449.                     "uv": [12,14,16,16],
  450.                     "texture": "#east"
  451.                 },

  452.                 "east": {
  453.                     "uv": [6,4,8,6],
  454.                     "texture": "#east"
  455.                 },
  456.                 "north": {
  457.                     "uv": [12,0,16,2],
  458.                     "texture": "#east"
  459.                 },
  460.                 "south": {
  461.                     "uv": [12,14,16,16],
  462.                     "texture": "#east"
  463.                 }
  464.             }
  465.         },
  466.         {
  467.             "from": [16,6,12],
  468.             "to": [20,8,14],
  469.             "faces": {
  470.                 "up": {
  471.                     "uv": [12,14,16,16],
  472.                     "texture": "#east"
  473.                 },
  474.                 "down": {
  475.                     "uv": [12,14,16,16],
  476.                     "texture": "#east"
  477.                 },

  478.                 "east": {
  479.                     "uv": [2,8,4,10],
  480.                     "texture": "#east"
  481.                 },
  482.                 "north": {
  483.                     "uv": [12,0,16,2],
  484.                     "texture": "#east"
  485.                 },
  486.                 "south": {
  487.                     "uv": [12,14,16,16],
  488.                     "texture": "#east"
  489.                 }
  490.             }
  491.         },
  492.         {
  493.             "from": [16,10,12],
  494.             "to": [20,12,14],
  495.             "faces": {
  496.                 "up": {
  497.                     "uv": [12,14,16,16],
  498.                     "texture": "#east"
  499.                 },
  500.                 "down": {
  501.                     "uv": [12,14,16,16],
  502.                     "texture": "#east"
  503.                 },

  504.                 "east": {
  505.                     "uv": [2,4,4,6],
  506.                     "texture": "#east"
  507.                 },
  508.                 "north": {
  509.                     "uv": [12,0,16,2],
  510.                     "texture": "#east"
  511.                 },
  512.                 "south": {
  513.                     "uv": [12,14,16,16],
  514.                     "texture": "#east"
  515.                 }
  516.             }
  517.         },
  518.         {
  519.             "from": [2,16,6],
  520.             "to": [4,20,8],
  521.             "faces": {
  522.                 "up": {
  523.                     "uv": [2,6,4,8],
  524.                     "texture": "#up"
  525.                 },
  526.                 "west": {
  527.                     "uv": [0,0,2,4],
  528.                     "texture": "#up"
  529.                 },
  530.                 "east": {
  531.                     "uv": [14,0,16,4],
  532.                     "texture": "#up"
  533.                 },
  534.                 "north": {
  535.                     "uv": [14,0,16,4],
  536.                     "texture": "#up"
  537.                 },
  538.                 "south": {
  539.                     "uv": [14,0,16,4],
  540.                     "texture": "#up"
  541.                 }
  542.             }
  543.         },
  544.         {
  545.             "from": [2,16,10],
  546.             "to": [4,20,12],
  547.             "faces": {
  548.                 "up": {
  549.                     "uv": [2,10,4,12],
  550.                     "texture": "#up"
  551.                 },
  552.                 "west": {
  553.                     "uv": [0,0,2,4],
  554.                     "texture": "#up"
  555.                 },
  556.                 "east": {
  557.                     "uv": [14,0,16,4],
  558.                     "texture": "#up"
  559.                 },
  560.                 "north": {
  561.                     "uv": [14,0,16,4],
  562.                     "texture": "#up"
  563.                 },
  564.                 "south": {
  565.                     "uv": [14,0,16,4],
  566.                     "texture": "#up"
  567.                 }
  568.             }
  569.         },
  570.         {
  571.             "from": [6,16,2],
  572.             "to": [8,20,4],
  573.             "faces": {
  574.                 "up": {
  575.                     "uv": [6,2,8,4],
  576.                     "texture": "#up"
  577.                 },
  578.                 "west": {
  579.                     "uv": [0,0,2,4],
  580.                     "texture": "#up"
  581.                 },
  582.                 "east": {
  583.                     "uv": [14,0,16,4],
  584.                     "texture": "#up"
  585.                 },
  586.                 "north": {
  587.                     "uv": [14,0,16,4],
  588.                     "texture": "#up"
  589.                 },
  590.                 "south": {
  591.                     "uv": [14,0,16,4],
  592.                     "texture": "#up"
  593.                 }
  594.             }
  595.         },
  596.         {
  597.             "from": [6,16,6],
  598.             "to": [8,20,8],
  599.             "faces": {
  600.                 "up": {
  601.                     "uv": [6,6,8,8],
  602.                     "texture": "#up"
  603.                 },
  604.                 "west": {
  605.                     "uv": [0,0,2,4],
  606.                     "texture": "#up"
  607.                 },
  608.                 "east": {
  609.                     "uv": [14,0,16,4],
  610.                     "texture": "#up"
  611.                 },
  612.                 "north": {
  613.                     "uv": [14,0,16,4],
  614.                     "texture": "#up"
  615.                 },
  616.                 "south": {
  617.                     "uv": [14,0,16,4],
  618.                     "texture": "#up"
  619.                 }
  620.             }
  621.         },
  622.         {
  623.             "from": [6,16,10],
  624.             "to": [8,20,12],
  625.             "faces": {
  626.                 "up": {
  627.                     "uv": [6,10,8,12],
  628.                     "texture": "#up"
  629.                 },
  630.                 "west": {
  631.                     "uv": [0,0,2,4],
  632.                     "texture": "#up"
  633.                 },
  634.                 "east": {
  635.                     "uv": [14,0,16,4],
  636.                     "texture": "#up"
  637.                 },
  638.                 "north": {
  639.                     "uv": [14,0,16,4],
  640.                     "texture": "#up"
  641.                 },
  642.                 "south": {
  643.                     "uv": [14,0,16,4],
  644.                     "texture": "#up"
  645.                 }
  646.             }
  647.         },
  648.         {
  649.             "from": [10,16,2],
  650.             "to": [12,20,4],
  651.             "faces": {
  652.                 "up": {
  653.                     "uv": [10,2,12,4],
  654.                     "texture": "#up"
  655.                 },
  656.                 "west": {
  657.                     "uv": [0,0,2,4],
  658.                     "texture": "#up"
  659.                 },
  660.                 "east": {
  661.                     "uv": [14,0,16,4],
  662.                     "texture": "#up"
  663.                 },
  664.                 "north": {
  665.                     "uv": [14,0,16,4],
  666.                     "texture": "#up"
  667.                 },
  668.                 "south": {
  669.                     "uv": [14,0,16,4],
  670.                     "texture": "#up"
  671.                 }
  672.             }
  673.         },
  674.         {
  675.             "from": [10,16,6],
  676.             "to": [12,20,8],
  677.             "faces": {
  678.                 "up": {
  679.                     "uv": [10,6,12,8],
  680.                     "texture": "#up"
  681.                 },
  682.                 "west": {
  683.                     "uv": [0,0,2,4],
  684.                     "texture": "#up"
  685.                 },
  686.                 "east": {
  687.                     "uv": [14,0,16,4],
  688.                     "texture": "#up"
  689.                 },
  690.                 "north": {
  691.                     "uv": [14,0,16,4],
  692.                     "texture": "#up"
  693.                 },
  694.                 "south": {
  695.                     "uv": [14,0,16,4],
  696.                     "texture": "#up"
  697.                 }
  698.             }
  699.         },
  700.         {
  701.             "from": [10,16,10],
  702.             "to": [12,20,12],
  703.             "faces": {
  704.                 "up": {
  705.                     "uv": [10,10,12,12],
  706.                     "texture": "#up"
  707.                 },
  708.                 "west": {
  709.                     "uv": [0,0,2,4],
  710.                     "texture": "#up"
  711.                 },
  712.                 "east": {
  713.                     "uv": [14,0,16,4],
  714.                     "texture": "#up"
  715.                 },
  716.                 "north": {
  717.                     "uv": [14,0,16,4],
  718.                     "texture": "#up"
  719.                 },
  720.                 "south": {
  721.                     "uv": [14,0,16,4],
  722.                     "texture": "#up"
  723.                 }
  724.             }
  725.         },
  726.         {
  727.             "from": [4,-4,6],
  728.             "to": [6,0,8],
  729.             "faces": {

  730.                 "down": {
  731.                     "uv": [4,8,6,10],
  732.                     "texture": "#down"
  733.                 },
  734.                 "west": {
  735.                     "uv": [0,12,2,16],
  736.                     "texture": "#down"
  737.                 },
  738.                 "east": {
  739.                     "uv": [14,12,16,16],
  740.                     "texture": "#down"
  741.                 },
  742.                 "north": {
  743.                     "uv": [14,0,16,4],
  744.                     "texture": "#down"
  745.                 },
  746.                 "south": {
  747.                     "uv": [0,0,2,4],
  748.                     "texture": "#down"
  749.                 }
  750.             }
  751.         },
  752.         {
  753.             "from": [8,-4,2],
  754.             "to": [10,0,4],
  755.             "faces": {

  756.                 "down": {
  757.                     "uv": [8,12,10,14],
  758.                     "texture": "#down"
  759.                 },
  760.                 "west": {
  761.                     "uv": [0,12,2,16],
  762.                     "texture": "#down"
  763.                 },
  764.                 "east": {
  765.                     "uv": [14,12,16,16],
  766.                     "texture": "#down"
  767.                 },
  768.                 "north": {
  769.                     "uv": [14,0,16,4],
  770.                     "texture": "#down"
  771.                 },
  772.                 "south": {
  773.                     "uv": [0,0,2,4],
  774.                     "texture": "#down"
  775.                 }
  776.             }
  777.         },
  778.         {
  779.             "from": [4,-4,2],
  780.             "to": [6,0,4],
  781.             "faces": {

  782.                 "down": {
  783.                     "uv": [4,12,6,14],
  784.                     "texture": "#down"
  785.                 },
  786.                 "west": {
  787.                     "uv": [0,12,2,16],
  788.                     "texture": "#down"
  789.                 },
  790.                 "east": {
  791.                     "uv": [14,12,16,16],
  792.                     "texture": "#down"
  793.                 },
  794.                 "north": {
  795.                     "uv": [14,0,16,4],
  796.                     "texture": "#down"
  797.                 },
  798.                 "south": {
  799.                     "uv": [0,0,2,4],
  800.                     "texture": "#down"
  801.                 }
  802.             }
  803.         },
  804.         {
  805.             "from": [12,-4,10],
  806.             "to": [14,0,12],
  807.             "faces": {

  808.                 "down": {
  809.                     "uv": [12,4,14,6],
  810.                     "texture": "#down"
  811.                 },
  812.                 "west": {
  813.                     "uv": [0,12,2,16],
  814.                     "texture": "#down"
  815.                 },
  816.                 "east": {
  817.                     "uv": [14,12,16,16],
  818.                     "texture": "#down"
  819.                 },
  820.                 "north": {
  821.                     "uv": [14,0,16,4],
  822.                     "texture": "#down"
  823.                 },
  824.                 "south": {
  825.                     "uv": [0,0,2,4],
  826.                     "texture": "#down"
  827.                 }
  828.             }
  829.         },
  830.         {
  831.             "from": [8,-4,6],
  832.             "to": [10,0,8],
  833.             "faces": {

  834.                 "down": {
  835.                     "uv": [8,8,10,10],
  836.                     "texture": "#down"
  837.                 },
  838.                 "west": {
  839.                     "uv": [0,12,2,16],
  840.                     "texture": "#down"
  841.                 },
  842.                 "east": {
  843.                     "uv": [14,12,16,16],
  844.                     "texture": "#down"
  845.                 },
  846.                 "north": {
  847.                     "uv": [14,0,16,4],
  848.                     "texture": "#down"
  849.                 },
  850.                 "south": {
  851.                     "uv": [0,0,2,4],
  852.                     "texture": "#down"
  853.                 }
  854.             }
  855.         },
  856.         {
  857.             "from": [8,-4,10],
  858.             "to": [10,0,12],
  859.             "faces": {

  860.                 "down": {
  861.                     "uv": [8,4,10,6],
  862.                     "texture": "#down"
  863.                 },
  864.                 "west": {
  865.                     "uv": [0,12,2,16],
  866.                     "texture": "#down"
  867.                 },
  868.                 "east": {
  869.                     "uv": [14,12,16,16],
  870.                     "texture": "#down"
  871.                 },
  872.                 "north": {
  873.                     "uv": [14,0,16,4],
  874.                     "texture": "#down"
  875.                 },
  876.                 "south": {
  877.                     "uv": [0,0,2,4],
  878.                     "texture": "#down"
  879.                 }
  880.             }
  881.         },
  882.         {
  883.             "from": [4,-4,10],
  884.             "to": [6,0,12],
  885.             "faces": {

  886.                 "down": {
  887.                     "uv": [4,4,6,6],
  888.                     "texture": "#down"
  889.                 },
  890.                 "west": {
  891.                     "uv": [0,12,2,16],
  892.                     "texture": "#down"
  893.                 },
  894.                 "east": {
  895.                     "uv": [14,12,16,16],
  896.                     "texture": "#down"
  897.                 },
  898.                 "north": {
  899.                     "uv": [14,0,16,4],
  900.                     "texture": "#down"
  901.                 },
  902.                 "south": {
  903.                     "uv": [0,0,2,4],
  904.                     "texture": "#down"
  905.                 }
  906.             }
  907.         },
  908.         {
  909.             "from": [-4,8,10],
  910.             "to": [0,10,12],
  911.             "faces": {
  912.                 "up": {
  913.                     "uv": [0,0,4,2],
  914.                     "texture": "#west"
  915.                 },
  916.                 "down": {
  917.                     "uv": [0,0,4,2],
  918.                     "texture": "#west"
  919.                 },
  920.                 "west": {
  921.                     "uv": [10,6,12,8],
  922.                     "texture": "#west"
  923.                 },

  924.                 "north": {
  925.                     "uv": [0,0,4,2],
  926.                     "texture": "#west"
  927.                 },
  928.                 "south": {
  929.                     "uv": [0,14,4,16],
  930.                     "texture": "#west"
  931.                 }
  932.             }
  933.         },
  934.         {
  935.             "from": [8,12,16],
  936.             "to": [10,14,20],
  937.             "faces": {
  938.                 "up": {
  939.                     "uv": [0,12,2,16],
  940.                     "texture": "#south"
  941.                 },
  942.                 "down": {
  943.                     "uv": [14,12,16,16],
  944.                     "texture": "#south"
  945.                 },
  946.                 "west": {
  947.                     "uv": [12,0,16,2],
  948.                     "texture": "#south"
  949.                 },
  950.                 "east": {
  951.                     "uv": [12,0,16,2],
  952.                     "texture": "#south"
  953.                 },

  954.                 "south": {
  955.                     "uv": [8,2,10,4],
  956.                     "texture": "#south"
  957.                 }
  958.             }
  959.         },
  960.         {
  961.             "from": [4,12,16],
  962.             "to": [6,14,20],
  963.             "faces": {
  964.                 "up": {
  965.                     "uv": [0,12,2,16],
  966.                     "texture": "#south"
  967.                 },
  968.                 "down": {
  969.                     "uv": [14,12,16,16],
  970.                     "texture": "#south"
  971.                 },
  972.                 "west": {
  973.                     "uv": [12,0,16,2],
  974.                     "texture": "#south"
  975.                 },
  976.                 "east": {
  977.                     "uv": [12,0,16,2],
  978.                     "texture": "#south"
  979.                 },

  980.                 "south": {
  981.                     "uv": [4,2,6,4],
  982.                     "texture": "#south"
  983.                 }
  984.             }
  985.         },
  986.         {
  987.             "from": [4,8,16],
  988.             "to": [6,10,20],
  989.             "faces": {
  990.                 "up": {
  991.                     "uv": [0,12,2,16],
  992.                     "texture": "#south"
  993.                 },
  994.                 "down": {
  995.                     "uv": [14,12,16,16],
  996.                     "texture": "#south"
  997.                 },
  998.                 "west": {
  999.                     "uv": [12,0,16,2],
  1000.                     "texture": "#south"
  1001.                 },
  1002.                 "east": {
  1003.                     "uv": [12,0,16,2],
  1004.                     "texture": "#south"
  1005.                 },

  1006.                 "south": {
  1007.                     "uv": [4,6,6,8],
  1008.                     "texture": "#south"
  1009.                 }
  1010.             }
  1011.         },
  1012.         {
  1013.             "from": [8,8,16],
  1014.             "to": [10,10,20],
  1015.             "faces": {
  1016.                 "up": {
  1017.                     "uv": [0,12,2,16],
  1018.                     "texture": "#south"
  1019.                 },
  1020.                 "down": {
  1021.                     "uv": [14,12,16,16],
  1022.                     "texture": "#south"
  1023.                 },
  1024.                 "west": {
  1025.                     "uv": [12,0,16,2],
  1026.                     "texture": "#south"
  1027.                 },
  1028.                 "east": {
  1029.                     "uv": [12,0,16,2],
  1030.                     "texture": "#south"
  1031.                 },

  1032.                 "south": {
  1033.                     "uv": [8,6,10,8],
  1034.                     "texture": "#south"
  1035.                 }
  1036.             }
  1037.         },
  1038.         {
  1039.             "from": [12,8,16],
  1040.             "to": [14,10,20],
  1041.             "faces": {
  1042.                 "up": {
  1043.                     "uv": [0,12,2,16],
  1044.                     "texture": "#south"
  1045.                 },
  1046.                 "down": {
  1047.                     "uv": [14,12,16,16],
  1048.                     "texture": "#south"
  1049.                 },
  1050.                 "west": {
  1051.                     "uv": [12,0,16,2],
  1052.                     "texture": "#south"
  1053.                 },
  1054.                 "east": {
  1055.                     "uv": [12,0,16,2],
  1056.                     "texture": "#south"
  1057.                 },

  1058.                 "south": {
  1059.                     "uv": [12,6,14,8],
  1060.                     "texture": "#south"
  1061.                 }
  1062.             }
  1063.         },
  1064.         {
  1065.             "from": [12,4,16],
  1066.             "to": [14,6,20],
  1067.             "faces": {
  1068.                 "up": {
  1069.                     "uv": [0,12,2,16],
  1070.                     "texture": "#south"
  1071.                 },
  1072.                 "down": {
  1073.                     "uv": [14,12,16,16],
  1074.                     "texture": "#south"
  1075.                 },
  1076.                 "west": {
  1077.                     "uv": [12,0,16,2],
  1078.                     "texture": "#south"
  1079.                 },
  1080.                 "east": {
  1081.                     "uv": [12,0,16,2],
  1082.                     "texture": "#south"
  1083.                 },

  1084.                 "south": {
  1085.                     "uv": [12,10,14,12],
  1086.                     "texture": "#south"
  1087.                 }
  1088.             }
  1089.         },
  1090.         {
  1091.             "from": [8,4,16],
  1092.             "to": [10,6,20],
  1093.             "faces": {
  1094.                 "up": {
  1095.                     "uv": [0,10,2,16],
  1096.                     "texture": "#south"
  1097.                 },
  1098.                 "down": {
  1099.                     "uv": [14,12,16,16],
  1100.                     "texture": "#south"
  1101.                 },
  1102.                 "west": {
  1103.                     "uv": [12,0,16,2],
  1104.                     "texture": "#south"
  1105.                 },
  1106.                 "east": {
  1107.                     "uv": [12,0,16,2],
  1108.                     "texture": "#south"
  1109.                 },

  1110.                 "south": {
  1111.                     "uv": [8,10,10,12],
  1112.                     "texture": "#south"
  1113.                 }
  1114.             }
  1115.         },
  1116.         {
  1117.             "from": [4,4,16],
  1118.             "to": [6,6,20],
  1119.             "faces": {
  1120.                 "up": {
  1121.                     "uv": [0,12,2,16],
  1122.                     "texture": "#south"
  1123.                 },
  1124.                 "down": {
  1125.                     "uv": [14,12,16,16],
  1126.                     "texture": "#south"
  1127.                 },
  1128.                 "west": {
  1129.                     "uv": [12,0,16,2],
  1130.                     "texture": "#south"
  1131.                 },
  1132.                 "east": {
  1133.                     "uv": [12,0,16,2],
  1134.                     "texture": "#south"
  1135.                 },

  1136.                 "south": {
  1137.                     "uv": [4,10,6,12],
  1138.                     "texture": "#south"
  1139.                 }
  1140.             }
  1141.         },
  1142.         {
  1143.             "from": [6,10,-4],
  1144.             "to": [8,12,0],
  1145.             "faces": {
  1146.                 "up": {
  1147.                     "uv": [0,12,2,16],
  1148.                     "texture": "#north"
  1149.                 },
  1150.                 "down": {
  1151.                     "uv": [14,12,16,16],
  1152.                     "texture": "#north"
  1153.                 },
  1154.                 "west": {
  1155.                     "uv": [0,0,4,2],
  1156.                     "texture": "#north"
  1157.                 },
  1158.                 "east": {
  1159.                     "uv": [0,0,4,2],
  1160.                     "texture": "#north"
  1161.                 },
  1162.                 "north": {
  1163.                     "uv": [8,4,10,6],
  1164.                     "texture": "#north"
  1165.                 }
  1166.             }
  1167.         },
  1168.         {
  1169.             "from": [2,10,-4],
  1170.             "to": [4,12,0],
  1171.             "faces": {
  1172.                 "up": {
  1173.                     "uv": [0,12,2,16],
  1174.                     "texture": "#north"
  1175.                 },
  1176.                 "down": {
  1177.                     "uv": [14,12,16,16],
  1178.                     "texture": "#north"
  1179.                 },
  1180.                 "west": {
  1181.                     "uv": [0,0,4,2],
  1182.                     "texture": "#north"
  1183.                 },
  1184.                 "east": {
  1185.                     "uv": [0,0,4,2],
  1186.                     "texture": "#north"
  1187.                 },
  1188.                 "north": {
  1189.                     "uv": [12,4,14,6],
  1190.                     "texture": "#north"
  1191.                 }
  1192.             }
  1193.         },
  1194.         {
  1195.             "from": [10,10,-4],
  1196.             "to": [12,12,0],
  1197.             "faces": {
  1198.                 "up": {
  1199.                     "uv": [0,12,2,16],
  1200.                     "texture": "#north"
  1201.                 },
  1202.                 "down": {
  1203.                     "uv": [14,12,16,16],
  1204.                     "texture": "#north"
  1205.                 },
  1206.                 "west": {
  1207.                     "uv": [0,0,4,2],
  1208.                     "texture": "#north"
  1209.                 },
  1210.                 "east": {
  1211.                     "uv": [0,0,4,2],
  1212.                     "texture": "#north"
  1213.                 },
  1214.                 "north": {
  1215.                     "uv": [4,4,6,6],
  1216.                     "texture": "#north"
  1217.                 }
  1218.             }
  1219.         },
  1220.         {
  1221.             "from": [6,6,-4],
  1222.             "to": [8,8,0],
  1223.             "faces": {
  1224.                 "up": {
  1225.                     "uv": [0,12,2,16],
  1226.                     "texture": "#north"
  1227.                 },
  1228.                 "down": {
  1229.                     "uv": [14,12,16,16],
  1230.                     "texture": "#north"
  1231.                 },
  1232.                 "west": {
  1233.                     "uv": [0,0,4,2],
  1234.                     "texture": "#north"
  1235.                 },
  1236.                 "east": {
  1237.                     "uv": [0,0,4,2],
  1238.                     "texture": "#north"
  1239.                 },
  1240.                 "north": {
  1241.                     "uv": [8,8,10,10],
  1242.                     "texture": "#north"
  1243.                 }
  1244.             }
  1245.         },
  1246.         {
  1247.             "from": [2,6,-4],
  1248.             "to": [4,8,0],
  1249.             "faces": {
  1250.                 "up": {
  1251.                     "uv": [0,12,2,16],
  1252.                     "texture": "#north"
  1253.                 },
  1254.                 "down": {
  1255.                     "uv": [14,12,16,16],
  1256.                     "texture": "#north"
  1257.                 },
  1258.                 "west": {
  1259.                     "uv": [0,0,4,2],
  1260.                     "texture": "#north"
  1261.                 },
  1262.                 "east": {
  1263.                     "uv": [0,0,4,2],
  1264.                     "texture": "#north"
  1265.                 },
  1266.                 "north": {
  1267.                     "uv": [12,8,14,10],
  1268.                     "texture": "#north"
  1269.                 }
  1270.             }
  1271.         },
  1272.         {
  1273.             "from": [10,6,-4],
  1274.             "to": [12,8,0],
  1275.             "faces": {
  1276.                 "up": {
  1277.                     "uv": [0,12,2,16],
  1278.                     "texture": "#north"
  1279.                 },
  1280.                 "down": {
  1281.                     "uv": [14,12,16,16],
  1282.                     "texture": "#north"
  1283.                 },
  1284.                 "west": {
  1285.                     "uv": [0,0,4,2],
  1286.                     "texture": "#north"
  1287.                 },
  1288.                 "east": {
  1289.                     "uv": [0,0,4,2],
  1290.                     "texture": "#north"
  1291.                 },
  1292.                 "north": {
  1293.                     "uv": [4,8,6,10],
  1294.                     "texture": "#north"
  1295.                 }
  1296.             }
  1297.         },
  1298.         {
  1299.             "from": [6,2,-4],
  1300.             "to": [8,4,0],
  1301.             "faces": {
  1302.                 "up": {
  1303.                     "uv": [0,12,2,16],
  1304.                     "texture": "#north"
  1305.                 },
  1306.                 "down": {
  1307.                     "uv": [14,12,16,16],
  1308.                     "texture": "#north"
  1309.                 },
  1310.                 "west": {
  1311.                     "uv": [0,0,4,2],
  1312.                     "texture": "#north"
  1313.                 },
  1314.                 "east": {
  1315.                     "uv": [0,0,4,2],
  1316.                     "texture": "#north"
  1317.                 },
  1318.                 "north": {
  1319.                     "uv": [8,12,10,14],
  1320.                     "texture": "#north"
  1321.                 }
  1322.             }
  1323.         },
  1324.         {
  1325.             "from": [2,2,-4],
  1326.             "to": [4,4,0],
  1327.             "faces": {
  1328.                 "up": {
  1329.                     "uv": [0,12,2,16],
  1330.                     "texture": "#north"
  1331.                 },
  1332.                 "down": {
  1333.                     "uv": [14,12,16,16],
  1334.                     "texture": "#north"
  1335.                 },
  1336.                 "west": {
  1337.                     "uv": [0,0,4,2],
  1338.                     "texture": "#north"
  1339.                 },
  1340.                 "east": {
  1341.                     "uv": [0,0,4,2],
  1342.                     "texture": "#north"
  1343.                 },
  1344.                 "north": {
  1345.                     "uv": [12,12,14,14],
  1346.                     "texture": "#north"
  1347.                 }
  1348.             }
  1349.         },
  1350.         {
  1351.             "from": [10,2,-4],
  1352.             "to": [12,4,0],
  1353.             "faces": {
  1354.                 "up": {
  1355.                     "uv": [0,12,2,16],
  1356.                     "texture": "#north"
  1357.                 },
  1358.                 "down": {
  1359.                     "uv": [14,12,16,16],
  1360.                     "texture": "#north"
  1361.                 },
  1362.                 "west": {
  1363.                     "uv": [0,0,4,2],
  1364.                     "texture": "#north"
  1365.                 },
  1366.                 "east": {
  1367.                     "uv": [0,0,4,2],
  1368.                     "texture": "#north"
  1369.                 },
  1370.                 "north": {
  1371.                     "uv": [4,12,6,14],
  1372.                     "texture": "#north"
  1373.                 }
  1374.             }
  1375.         },
  1376.         {
  1377.             "from": [16,2,12],
  1378.             "to": [20,4,14],
  1379.             "faces": {
  1380.                 "up": {
  1381.                     "uv": [12,14,16,16],
  1382.                     "texture": "#east"
  1383.                 },
  1384.                 "down": {
  1385.                     "uv": [12,14,16,16],
  1386.                     "texture": "#east"
  1387.                 },

  1388.                 "east": {
  1389.                     "uv": [2,12,4,14],
  1390.                     "texture": "#east"
  1391.                 },
  1392.                 "north": {
  1393.                     "uv": [12,0,16,2],
  1394.                     "texture": "#east"
  1395.                 },
  1396.                 "south": {
  1397.                     "uv": [12,14,16,16],
  1398.                     "texture": "#east"
  1399.                 }
  1400.             }
  1401.         },
  1402.         {
  1403.             "from": [12,-4,6],
  1404.             "to": [14,0,8],
  1405.             "faces": {

  1406.                 "down": {
  1407.                     "uv": [12,8,14,10],
  1408.                     "texture": "#down"
  1409.                 },
  1410.                 "west": {
  1411.                     "uv": [0,12,2,16],
  1412.                     "texture": "#down"
  1413.                 },
  1414.                 "east": {
  1415.                     "uv": [14,12,16,16],
  1416.                     "texture": "#down"
  1417.                 },
  1418.                 "north": {
  1419.                     "uv": [14,0,16,4],
  1420.                     "texture": "#down"
  1421.                 },
  1422.                 "south": {
  1423.                     "uv": [0,0,2,4],
  1424.                     "texture": "#down"
  1425.                 }
  1426.             }
  1427.         }
  1428.     ]
  1429. }
复制代码
材质包自定义的名字叫Building Blocks
制作模型的软件是古老的opl’sModel Creator自己有直接用Notepad++多次替换修改建立/加入一个超平坦只有石头的世界后崩溃,之前多次在普通游戏世界崩溃。
这是崩溃日志
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.

  3. Time: 18-10-5 下午4:06
  4. Description: Tesselating block model

  5. java.lang.OutOfMemoryError: Tesselating block model
  6.         at sun.misc.Unsafe.allocateMemory(Native Method)
  7.         at java.nio.DirectByteBuffer.<init>(Unknown Source)
  8.         at java.nio.ByteBuffer.allocateDirect(Unknown Source)
  9.         at cfr.c(SourceFile:41)
  10.         at ctp.b(SourceFile:61)
  11.         at ctp.a(SourceFile:396)
  12.         at cuv.a(SourceFile:131)
  13.         at cuv.b(SourceFile:82)
  14.         at cuv.a(SourceFile:45)
  15.         at cut.a(SourceFile:60)
  16.         at cws.b(SourceFile:199)
  17.         at cwp.a(SourceFile:103)
  18.         at cwo.b(SourceFile:137)
  19.         at cud.a(SourceFile:945)
  20.         at ctx.b(SourceFile:939)
  21.         at ctx.a(SourceFile:875)
  22.         at ctx.a(SourceFile:749)
  23.         at cfs.c(SourceFile:850)
  24.         at cfs.a(SourceFile:395)
  25.         at net.minecraft.client.main.Main.main(SourceFile:144)


  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------

  28. -- Head --
  29. Thread: Client thread
  30. Stacktrace:
  31.         at sun.misc.Unsafe.allocateMemory(Native Method)
  32.         at java.nio.DirectByteBuffer.<init>(Unknown Source)
  33.         at java.nio.ByteBuffer.allocateDirect(Unknown Source)
  34.         at cfr.c(SourceFile:41)
  35.         at ctp.b(SourceFile:61)
  36.         at ctp.a(SourceFile:396)
  37.         at cuv.a(SourceFile:131)
  38.         at cuv.b(SourceFile:82)

  39. -- Block model being tesselated --
  40. Details:
  41.         Block: Block{minecraft:stone}
  42.         Block location: World: (1,64,9), Chunk: (at 1,4,9 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  43.         Using AO: true
  44. Stacktrace:
  45.         at cuv.a(SourceFile:45)

  46. -- Block being tesselated --
  47. Details:
  48.         Block: Block{minecraft:stone}
  49.         Block location: World: (1,64,9), Chunk: (at 1,4,9 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  50. Stacktrace:
  51.         at cut.a(SourceFile:60)
  52.         at cws.b(SourceFile:199)
  53.         at cwp.a(SourceFile:103)
  54.         at cwo.b(SourceFile:137)
  55.         at cud.a(SourceFile:945)
  56.         at ctx.b(SourceFile:939)
  57.         at ctx.a(SourceFile:875)

  58. -- Affected level --
  59. Details:
  60.         Level name: MpServer
  61.         All players: 1 total; [cti['chocola'/7, l='MpServer', x=8.50, y=231.00, z=8.50]]
  62.         Chunk stats: MultiplayerChunkCache: 361, 361
  63.         Level seed: 0
  64.         Level generator: ID 01 - flat, ver 0. Features enabled: false
  65.         Level generator options: {}
  66.         Level spawn location: World: (8,230,8), Chunk: (at 8,14,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  67.         Level time: 352 game time, 352 day time
  68.         Level dimension: 0
  69.         Level storage version: 0x00000 - Unknown?
  70.         Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  71.         Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  72.         Forced entities: 1 total; [cti['chocola'/7, l='MpServer', x=8.50, y=231.00, z=8.50]]
  73.         Retry entities: 0 total; []
  74.         Server brand: vanilla
  75.         Server type: Integrated singleplayer server
  76. Stacktrace:
  77.         at crf.a(SourceFile:418)
  78.         at cfs.b(SourceFile:1815)
  79.         at cfs.a(SourceFile:403)
  80.         at net.minecraft.client.main.Main.main(SourceFile:144)

  81. -- System Details --
  82. Details:
  83.         Minecraft Version: 1.13.1
  84.         Operating System: Windows 7 (x86) version 6.1
  85.         Java Version: 1.8.0_181, Oracle Corporation
  86.         Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  87.         Memory: 314671928 bytes (300 MB) / 778633216 bytes (742 MB) up to 1037959168 bytes (989 MB)
  88.         JVM Flags: 3 total; -Xmx1024m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
  89.         Launched Version: 1.13.1
  90.         LWJGL: 3.1.6 build 14
  91.         OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 9.17.10.2932, Intel
  92.         GL Caps: Using GL 1.3 multitexturing.
  93. Using GL 1.3 texture combiners.
  94. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  95. Shaders are available because OpenGL 2.1 is supported.
  96. VBOs are available because OpenGL 1.5 is supported.

  97.         Using VBOs: Yes
  98.         Is Modded: Probably not. Jar signature remains and client brand is untouched.
  99.         Type: Client (map_client.txt)
  100.         Resource Packs: vanilla, file/Building Blocks.zip
  101.         Current Language: 简体中文 (中国)
  102.         Profiler Position: N/A (disabled)
  103.         CPU: 2x Intel(R) Celeron(R) CPU G1620T @ 2.40GHz
复制代码



谢谢各位



⊙v⊙
本帖最后由 ⊙v⊙ 于 2018-10-4 22:33 编辑

查看中

先说一句,不确认是否正确就脑热写一大条,就算崩溃了也是很正常的事情...
另外3000行不算什么,我有个4万行的都能读取。


可能是你电脑不行,和模型无关。
没我什么事了,闪...

Xiao2
⊙v⊙ 发表于 2018-10-5 16:24
查看中

先说一句,不确认是否正确就脑热写一大条,就算崩溃了也是很正常的事情... ...

在草方块的超平坦世界中是可以正常运行的

Plants-Stars
Xiao2 发表于 2018-10-5 16:32
在草方块的超平坦世界中是可以正常运行的

那是因为平坦世界内存小,运行快;无限世界么,有可能等等就好了,也有可能崩溃
我建议你换个电脑....

chyx
本帖最后由 chyx 于 2018-10-9 00:57 编辑

只有第一个元素有"cullface"吗?
活该


照着第一个给其他的也加上

-----------------------------------------

试着加了一下:




按照你的材质加的 希望没错