撰写了文章 发布于 2018-09-09 21:36:09
GameDev Weekly 29 - 2018/09/08
题图来自 https://twitter.com/Ratchet_AJZN/status/1038367912581636096
像Boss Key最新一期The World Design of Super Metroid这样已经有翻译的就不收录了…
反正也拿不出什么专业意见www 如果有觉得放个link也好的请告知
Animation
Endless Reference youtube channel
Art Design
[Youtube] Environment Design of Wolfenstein II
- https://80.lv/articles/environment-design-of-wolfenstein-ii/
- 非常详细地解释了Environment Design的各种细节
- (作为码农觉得对理解美术的工作思路和方式很有帮助
Graphics
the float4 output = test1 + 0.000001*test2 trick!
- https://twitter.com/KostasAAA/status/1037646551454236672
- Is your shader compiler too smart, removing samplers and buffer declarations when you comment out some code breaking your reflection system and making debugging a pain? I have you covered.
Pseudo-bandlimited pixel art filtering in 3D – a mathematical derivation
- http://themaister.net/blog/2018/08/25/pseudo-bandlimited-pixel-art-filtering-in-3d-a-mathematical-derivation/
- 正文没太看懂… 看到mathematical就跪了,然后看了内容发现果然是信号处理那块的
- 但是终于有文章吐槽八方旅人的texture filtering做的奇烂无比了!!!
- 作者给出的solution效果也还不错的样子
Programming
[Thread] One of the reasons I don't like signed integers
- https://twitter.com/SebAaltonen/status/1037942369193263104
- 如题,所以尽量避免signed int division…
[Thread] One way to horizontal add eight 8 bit values packed in single 64 bit uint register
- https://twitter.com/SebAaltonen/status/1036616406509473792
- 如题。thread里也有提到popcount。packing要熟练运用还是挺难的感觉…
- GBuffer helper – Packing integer and float together https://seblagarde.wordpress.com/2018/09/02/gbuffer-helper-packing-integer-and-float-together/
- 另一篇讲packing的
[Thread] Optimization for single-inheritance type hiearchy
- https://twitter.com/kdaugaard/status/1037171587248574464
- 把类型以depth first遍历顺序indexing,判断继承只要和descendantCount比大小就行了
- 虽然大概已经是常见实现了
[Thread] the first basic blocks you see in unity's animator aren't of sizes you can center align or make grid-aligned arrows with
- https://twitter.com/robomachin/status/1037712997106556928
- 逼死强迫症系列,包括官方在内的群众进行了热烈讨论www
Marketing
Breathing life into Dead Cells
- https://www.gamesindustry.biz/articles/2018-09-06-breathing-life-into-dead-cells
- Originally, Dead Cells was a tower defense game 欸???
- 从small streamers入手, 理清媒体信息来源, 加入twitch integration
- "Keep reminding people you're there"
目录