摘要:
CompositorEffect 这里笔者打算使用Godot4的Compositor Effect功能将DrawCall插入到渲染管线的特定位置。简单来说,Compositor Effect允许你注册一个渲染回调,在渲染线程执行到你指定的渲染阶段时,系统会触发你的回调函数以完成自定义渲染过程。 (翻 阅读全文
posted @ 2025-06-22 16:04
tommao9925
阅读(26)
评论(0)
推荐(0)