上一页 1 2 3 4 5 6 ··· 40 下一页
摘要: godot volume or godot Texture3D.new() language:GDScripthttps://gemini.google.com/app/7e6b5d43d1caa9ee?utm_source=app_launcher&utm_medium=owned&utm_cam 阅读全文
posted @ 2025-08-19 13:43 porter_代码工作者 阅读(35) 评论(0) 推荐(0)
摘要: 特效/VFX Shader常用算法 https://zhuanlan.zhihu.com/p/1895926855187554873 // Shader for Godot 4.x - Single Contour Line at a Specific Heightshader_type spati 阅读全文
posted @ 2025-08-16 16:05 porter_代码工作者 阅读(111) 评论(0) 推荐(0)
摘要: // fragment 函数在每个像素上运行,逻辑与之前相同。void fragment() { float dist = length(UV - vec2(0.5, 0.5)); // 距离中心 float radius = 0.25; float edge_width = 0.25; // 过渡 阅读全文
posted @ 2025-08-11 14:33 porter_代码工作者 阅读(47) 评论(0) 推荐(0)
摘要: 形式参考系轴是否随物体转动应用顺序 q_cur = q_cur * q_local1 * q_local2 局部 会随物体姿态改变 右边先发生(注意:q_cur * q_local1的结果是一个向量,假如是,q_cur 1) ,然后 q_cur1 * q_local2 ,看你自己怎么去理解这个 “右 阅读全文
posted @ 2025-08-10 14:12 porter_代码工作者 阅读(31) 评论(0) 推荐(0)
摘要: godot 开源报表控件库: LiveCharts2 https://livecharts.dev/#frameworks 阅读全文
posted @ 2025-07-30 10:53 porter_代码工作者 阅读(20) 评论(0) 推荐(0)
摘要: gdscript 写法: 和 js 类似, 推送到UI 线程去调用... RenderingServer.call_on_render_thread(func(): device.buffer_update(buffer, i*STRUCT_SIZE*stride * 4, STRUCT_SIZE* 阅读全文
posted @ 2025-07-01 11:40 porter_代码工作者 阅读(62) 评论(0) 推荐(0)
摘要: 链接: https://pan.baidu.com/s/1Qt1JKDFCxBArwUS7r8AfYQ?pwd=1234 提取码: 1234 复制这段内容后打开百度网盘手机App,操作更方便哦 阅读全文
posted @ 2025-04-01 20:00 porter_代码工作者 阅读(101) 评论(0) 推荐(0)
摘要: enum class EARFaceBlendShape : uint8{ // Left eye blend shapes EyeBlinkLeft, EyeLookDownLeft, EyeLookInLeft, EyeLookOutLeft, EyeLookUpLeft, EyeSquintL 阅读全文
posted @ 2024-12-13 13:37 porter_代码工作者 阅读(104) 评论(0) 推荐(0)
摘要: 格式说明 对于每个四元数的解析: 旋转轴:通过虚部 (x,y,z) 确定。 旋转角度:通过 w=cos(θ/2) 计算。 结果:给出类似 Quaternion(0.0, 1.0, 0.0, 0.0) 表示围绕 Y 轴旋转 180 度 的格式。 Quaternion(0.0, 1.0, 0.0, 0. 阅读全文
posted @ 2024-12-13 10:15 porter_代码工作者 阅读(533) 评论(0) 推荐(0)
摘要: Avatar本质上就是一套Unity内部的骨骼系统!创建Avatar就是将人物身上的骨骼一一映射到Unity 内部自带的骨骼系统,如果每个模型都映射一下Avatar的话!Unity就可以把A的动画片段给B使用!在Unity 3D中,Avatar(化身)是一个用于定义人形模型的组件。Avatar定义包 阅读全文
posted @ 2024-12-03 09:44 porter_代码工作者 阅读(516) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 40 下一页