摘要:
using UnityEngine;using System.Collections;using asset;public class alphaTest : MonoBehaviour { // Use this for initialization private SkinnedMe... 阅读全文
摘要:
Recentlywe talked about Unity and WebGL. In that post we briefly spoke about how scripting works in WebGL, using new technology called “IL2CPP”. Howev... 阅读全文
摘要:
http://developer.xamarin.com/guides/ios/advanced_topics/limitations/Since applications on the iPhone using Xamarin.iOS are compiled to static code, it... 阅读全文
摘要:
原文地址:http://www.xuanyusong.com/archives/561任何一个无规则曲线它都是有若干个线段组成,及时是圆形它也是又若干个线段组成的,也就是说将若干个线段拼接起来就是我们须要的无规则曲线~那么在3D 的世界中我们须要知道 X Y Z 三个点来确定一条3D线段。首先先使用... 阅读全文