上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 原文链接 https://coolshell.cn/articles/5426.html (ps:作者虽然逝世了,但没想到博客竟然还有人在维护。。) vim的学习曲线相当的大(参看各种文本编辑器的学习曲线),所以,如果你一开始看到的是一大堆VIM的命令分类,你一定会对这个编辑器失去兴趣的。下面的文章 阅读全文
posted @ 2026-01-09 20:52 dewxin 阅读(18) 评论(0) 推荐(0)
摘要: 转载自 https://www.cnblogs.com/open-coder/p/12079125.html 有2点需要注意的:1虚拟机不要用VirtualBox,D3D接口会有问题。2操作系统不要用win7,VMware新版不太支持了。 (ps:血泪的教训) 如何下载vs2012 https:// 阅读全文
posted @ 2026-01-04 15:46 dewxin 阅读(51) 评论(0) 推荐(0)
摘要: 背景 Unity中的Layer经常被开发者用来控制物理碰撞和射线检测,也可以用于渲染特定的Layer。 但在使用Layer的过程中,我们需要注意以下问题。首先LayerName是string类型的, 因此很容易打错字符。还有就是代码中存储的Layer,经常会出现和存储layer的项目资产TagMan 阅读全文
posted @ 2026-01-02 00:23 dewxin 阅读(15) 评论(0) 推荐(0)
摘要: 背景 内容 使用上的区别 ImGui是每一帧告诉GPU现在UI的样子。 Retained GUI是构造一次GUI,然后有需要的时候修改它。 Mental model shortcut ImGui: “Every frame, tell the UI what it looks like right 阅读全文
posted @ 2025-12-31 14:27 dewxin 阅读(15) 评论(0) 推荐(0)
摘要: 1.添加值为zh-CN.utf8的环境变量LC_ALL。 2.将中文字体,比如宋体simsun.ttf放置到windows/font目录里面 阅读全文
posted @ 2025-11-14 15:25 dewxin 阅读(906) 评论(0) 推荐(0)
摘要: 色带 比较远的是 乘数 第一段 第二段 第三段的数值 按照字符串的逻辑相加,然后再乘以乘数 阅读全文
posted @ 2025-11-12 21:48 dewxin 阅读(6) 评论(0) 推荐(0)
摘要: 简介 Unity中的ScrollView存储的是ScrollPosition,在展示的内容大小发生变化时,ScrollPosition也会受到影响而改变,此时我们存储拖拽的百分比ScrollPercent,能够增加代码的鲁棒性。 代码 private void Use() { ScrollPosit 阅读全文
posted @ 2025-11-11 21:56 dewxin 阅读(9) 评论(0) 推荐(0)
摘要: 转载自 https://tyrrrz.me/blog/expression-trees ‥/Working with Expression Trees in C#February 17, 202036 min read❤️ Thank You for Supporting Ukraine!As Ru 阅读全文
posted @ 2025-10-21 22:07 dewxin 阅读(12) 评论(0) 推荐(0)
摘要: 指数函数的导数 等于 指数函数和某个常数的乘积 令 ( a^(1/n) -1 ) /n =1, 则得到 f= e^X 阅读全文
posted @ 2025-09-28 14:55 dewxin 阅读(25) 评论(0) 推荐(0)
摘要: 目录背景正文准备精度测试Color Property[HDR] Color PropertyVector Property[HDR] Color Property 并且设置相机 allowHDR,texture的format设置为RGBAFloat参考 背景 有时候我们希望将某个color转化为一个 阅读全文
posted @ 2025-07-16 01:05 dewxin 阅读(84) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 18 下一页