05 2020 档案
摘要:go命令 go mod init 项目名称 go mod tidy go mod vendor go build main.go go run main.go export GO111MODULE=on go env -w GO111MODULE=on go env -w GOPROXY=https
阅读全文
摘要:数据结构【厦门大学】 https://www.bilibili.com/video/BV15E411E79s?p=1 浙江大学—数据结构(mooc 国家精品课) https://www.bilibili.com/video/BV1LJ411M7W5/?p=6 【全】清华大学-邓俊辉MOOC数据结构与
阅读全文
摘要:一套图 搞懂“时间复杂度” https://blog.csdn.net/qq_41523096/article/details/82142747 时间复杂度 (算法与数据结构系列 1) https://www.jianshu.com/p/91452cece1aa 时间复杂度+常见复杂度解释 http
阅读全文
摘要:卡通渲染相关小结https://zhuanlan.zhihu.com/p/83619204 卡通渲染及其相关技术https://zhuanlan.zhihu.com/p/26409746 风格化角色渲染实践https://zhuanlan.zhihu.com/p/25844886 【NPR】卡通渲染
阅读全文
摘要:About Shader Graph https://docs.unity3d.com/Packages/com.unity.shadergraph@7.3/manual/index.html unity Shader Graph 基本用法 https://www.bilibili.com/vide
阅读全文
摘要:*算法完全理解 https://www.cnblogs.com/chxer/p/4542068.html https://www.cnblogs.com/csushl/p/10065069.html
阅读全文
摘要:快速排序算法 https://baike.baidu.com/item/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95/369842?fr=aladdin 快速排序 及其时间复杂度和空间复杂度 https://blog.csdn.net/
阅读全文
摘要:Unity Shader - 消融效果原理与变体 https://www.jianshu.com/p/d8b535efa9db
阅读全文
摘要:unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https:
阅读全文
摘要:正向渲染和延迟渲染彼此之间有什么不同 https://blog.csdn.net/shenshen211/article/details/98033968 Forward Rendering(正向渲染) https://blog.csdn.net/qq826364410/article/detail
阅读全文
摘要:Scriptable Render Pipeline https://docs.unity3d.com/Manual/ScriptableRenderPipeline.html Unity轻量级渲染管线LWRP源码及案例解析 https://connect.unity.com/p/unityqing
阅读全文
摘要:Unity Shader之Blend快速理解篇 https://zhuanlan.zhihu.com/p/133762725?from_voters_page=true
阅读全文
摘要:Tencent/sluaunreal https://github.com/Tencent/sluaunreal https://github.com/Tencent/sluaunreal/wiki pangweiwei/slua https://github.com/pangweiwei/slua
阅读全文
摘要:Unity3D中脚本的执行顺序和编译顺序 https://blog.csdn.net/u012409883/article/details/51375584
阅读全文