2024年8月22日 星期四
2021年2月5日 星期五
2019年12月11日 星期三
如何在Unity 3d 場景內加入光暈效果 (Lens flare effect)
1.匯入Standard Assets 。
2.在Light 這個 Game object 上的Flare 屬性,選擇你想要的Lens flare effect。
3.在Scene Window 上面的effect button ,將Flares 打勾,這樣在Scene Window 就可以看到光暈效果了
4.最後一個步驟,你還要在你的Camera 上新增Flare Layer這個Componet,才能在執行的時候看的光暈效果喔。
2.在Light 這個 Game object 上的Flare 屬性,選擇你想要的Lens flare effect。
3.在Scene Window 上面的effect button ,將Flares 打勾,這樣在Scene Window 就可以看到光暈效果了
4.最後一個步驟,你還要在你的Camera 上新增Flare Layer這個Componet,才能在執行的時候看的光暈效果喔。
2017年4月21日 星期五
2011年11月3日 星期四
FileHelper C# 好用的Text file 讀寫 Library
http://filehelpers.sourceforge.net/
The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.
The idea is pretty simple:
The Library also has support for import/export data from differents storages like Excel, Access, SqlServer, etc.
The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.
The idea is pretty simple:
You can strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array |
The Library also has support for import/export data from differents storages like Excel, Access, SqlServer, etc.
訂閱:
文章 (Atom)