原创 添加網絡地址到本地

https://blog.csdn.net/codingriver/article/details/84293177

原创 pycharm pyqt配置

https://www.jianshu.com/p/1f002395a622 爲什麼qt安裝完找不到Designer.exe?還要安裝tools:pip3 install pyqt5 --user。

原创 ue4的SceneComponent2D的SceneDepthInA問題

問題描述: 將SceneCapture2DActor的SceneCaptureComponent2D的RenderTarget格式設爲PF_A16B16G16R16格式, 將captureSource類型設爲SceneColorS

原创 vscode摺疊代碼快捷鍵

https://www.jianshu.com/p/100ba0e68f59

原创 git還原到某個版本

https://www.jianshu.com/p/3bd53278eb88

原创 ue4 自定義擴展工程編輯器模塊 自定義umg

https://wiki.unrealengine.com/Creating_an_Editor_Module https://wiki.unrealengine.com/UMG,_Custom_Widget_Components

原创 vs項目不同sdk版本重定向

當代碼從一臺機器移植到另一臺機器,兩臺機器windows版本不同,會報“the windows sdk version 10.0.16299.0 was not found”錯誤。 解決方案,右擊項目名稱,點擊Retarget P

原创 UE4 光照

static light static light只有間接光,沒有直接光。光照和陰影烘焙到lightmap;static light通過indirect lighting cache Sample Grid(需要有lightmas

原创 3dsmax、maya怎麼顯示法線

https://zhidao.baidu.com/question/242139221.html maya:菜單,Display下,有vertex,normal等。

原创 關於美術模型法線不對問題

解決:先添加一個normal修改器,打開並翻轉normal朝向; 再添加一個normal修改器,翻轉回去朝向。在模型多邊形,看光滑組,選擇1,設置自動光滑角度爲60度。 在Display籤頁下,Display Properties

原创 exe文件一閃而過,怎麼輸入參數

命令行打開,拖動exe文件到cmd窗口,需要參數的話,在exe文件後輸入參數,回車即可執行。

原创 關於頭髮渲染中dirther的反思

來源: float StrandSpecular (float3 T, float3 V, float3 L, float exponent) { float3 H = normalize(L + V); floa

原创 vs2017怎麼將當前工程導出爲模板

Project->Export,設置名稱,位置、描述等,即可保存。下次創建項目時,會看到。

原创 極光渲染

https://graphics.stanford.edu/courses/cs348b-competition/cs348b-14/first_report.pdf

原创 ue4 vs .usf .ush查看插件

https://blog.csdn.net/q526032763/article/details/85037257