摘要:
TerrainData.splatPrototypes = new SplatPrototype[1]{ new SplatPrototype() { texture=Caodi, //Texture2D的贴图 normalMap=null, //复杂地形的贴图 tileSize=new Vector2(15,15), /... 阅读全文
摘要:
测试 每个小数值取100次 print(0.1); LaTest3(0.1f, 0.1f); print("Max:" + La.Max() + "|Min:" + La.Min() + "|AVG:" + La.Average()+ "|Between:"+ (La.Max()-La.Min()) 阅读全文