摘要: using UnityEngine;using System.Collections;////////////////////////////////////////// splashScreen script. ////// Version 0.1 by Martijn Dekker ////// martijn.pixelstudio@gmail.com //////////////////////////////////////////public class splashScreen : MonoBehaviour { public int levelToLoad = 2; // th 阅读全文
posted @ 2011-04-03 21:21 ultrasoon 阅读(698) 评论(0) 推荐(0) 编辑
摘要: Shader "mask shader"{ Properties { _MainTex ("Base (RGB)", 2D) = "white" {} _Mask ("Culling Mask", 2D) = "white" {} _Cutoff ("Alpha cutoff", Range (0,1)) = 0.1 } SubShader { Tags {"Queue"="Transparent"} Lighting Off ZWri 阅读全文
posted @ 2011-04-03 21:09 ultrasoon 阅读(5847) 评论(1) 推荐(0) 编辑