上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 小记一下用法与问题,时更 surface shader就不用操心了,自带lightmap计算 主要是vertex fragment shader部分 Unity5 bake light map有三种情况: 1.Non-directional 2.directional 3.directional s 阅读全文
posted @ 2017-08-10 16:00 rexzhao 阅读(240) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Game.UI { public class Window { str 阅读全文
posted @ 2017-08-03 12:01 rexzhao 阅读(120) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using UnityEngine; namespace Game.UI { public class View : UIItemWidget { //[SerializeField] //bool Cl 阅读全文
posted @ 2017-08-03 12:00 rexzhao 阅读(105) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Game.UI { public class UIItemWidget 阅读全文
posted @ 2017-08-03 11:59 rexzhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Game.UI { public enum DepthLimit :i 阅读全文
posted @ 2017-08-03 11:59 rexzhao 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-27 09:59 rexzhao 阅读(97) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine;using System.Collections.Generic;using UnityEditor;using System.Text;using System.IO;using System; namespace Daemo{ public class Bas 阅读全文
posted @ 2017-07-27 09:43 rexzhao 阅读(365) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine;using System.Collections;using UnityEditor;using UnityEngine.UI;using System.Reflection;using System.Collections.Generic;using Syste 阅读全文
posted @ 2017-07-27 09:42 rexzhao 阅读(131) 评论(0) 推荐(0) 编辑
摘要: using System;using UnityEngine;using UnityEngine.UI;using UnityEditor;using System.Collections;using System.Collections.Generic; namespace Daemo{ clas 阅读全文
posted @ 2017-07-27 09:41 rexzhao 阅读(89) 评论(0) 推荐(0) 编辑
摘要: using System;using UnityEngine;using UnityEngine.UI;using UnityEditor;using System.Collections;using System.Collections.Generic; namespace Daemo{ clas 阅读全文
posted @ 2017-07-27 09:40 rexzhao 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页