《Programming from the Ground Up》学习第11天,p217-p238总结,总计22页。
一、技术总结
1.C compiling
p216, C compiling is split into two stages - the preprocessor and the main compiler。
注:感觉这个写法不好,因为p…
TriangleNet下载如下:
TriangleNet
效果如下: 代码参考如下:
using System.Collections.Generic;
using UnityEngine;
using TriangleNet.Geometry;public class TestTriangleNet : MonoBehaviour
{[SerializeField]Material material;voi…