为什么我的gameObject在结构网格中不可见

时间:2015-11-05 11:06:30

标签: unity3d mesh

我为对象生成动态网格和材质。像这样的对象的网格:http://prntscr.com/8z98f4。在场景中它看起来像这样:http://prntscr.com/8z98hk。为什么物体会用空腔画出来?

1 个答案:

答案 0 :(得分:0)

看起来你还没有定义网格的法线?

你可以这样做:http://docs.unity3d.com/ScriptReference/Mesh.RecalculateNormals.html

或者自己计算法线并将它们设置为: http://docs.unity3d.com/ScriptReference/Mesh-normals.html