代码改变世界

阅读排行榜

ue4 lightmap的解码

2021-02-23 17:25 by kk20161206, 229 阅读, 收藏,
摘要: 一. lq的解码过程 lightmapCommon.ush GetLightMapColorLQ()函数: 1. 纹理采样: 2. 亮度、颜色还原 3. 还原亮度 4. 还原最大贡献方向 5. 最终颜色还原 二、 hq解码过程 lightmapCommon.ush GetLightMapColorH 阅读全文

unityprofiler

2020-03-30 14:49 by kk20161206, 213 阅读, 收藏,
摘要: unity优化之profile数据:https://www.muchenhen.com/2019/03/21/%E3%80%90unity%E4%BC%98%E5%8C%96%E3%80%91profiler%E6%80%A7%E8%83%BD%E5%88%86%E6%9E%90%E5%99%A8/ 阅读全文

slate总结

2022-06-11 21:41 by kk20161206, 198 阅读, 收藏,
摘要: FSlateDrawBUffer里实现一个drawBuffer for slate,存放所有的FSlateWindowElementList,SlateDrawBuffer.h文件中: TArray< TSharedRef<FSlateWindowElementList> > WindowEleme 阅读全文

用python创建editor蓝图widget

2021-07-30 09:23 by kk20161206, 198 阅读, 收藏,
摘要: UE4 has supported Python scripting within editor builds for a number of versions now. In versions 4.23 and previous, you had the ability to derive you 阅读全文

ue4资源检查工具

2022-09-14 21:49 by kk20161206, 194 阅读, 收藏,
摘要: 资源检查工具 贴图 贴图尺寸上限,cube和2d贴图,考虑Android,DeviceProfile设置里lodsettings里的lod bias,max贴图大小设置 贴图尺寸2的幂 像素格式,压缩设置检查(为r8g8b8a8或floatRGBA则为没压缩) 贴图重复而且贴图设置里的属性不同,能自 阅读全文
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页