摘要: TerrainData.splatPrototypes = new SplatPrototype[1]{ new SplatPrototype() { texture=Caodi, //Texture2D的贴图 normalMap=null, //复杂地形的贴图 tileSize=new Vector2(15,15), /... 阅读全文
posted @ 2018-02-27 23:25 AnAng 阅读(6043) 评论(0) 推荐(0) 编辑
摘要: 测试 每个小数值取100次 print(0.1); LaTest3(0.1f, 0.1f); print("Max:" + La.Max() + "|Min:" + La.Min() + "|AVG:" + La.Average()+ "|Between:"+ (La.Max()-La.Min()) 阅读全文
posted @ 2018-02-27 21:14 AnAng 阅读(2309) 评论(0) 推荐(0) 编辑