利用者:DingTo/GSoC 2016/Weekly Reports/Week1

提供: wiki
< 利用者:DingTo‎ | GSoC 2016‎ | Weekly Reports
2016年5月28日 (土) 08:49時点におけるwiki>DingToによる版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Week 1

What I did this week

  • I started implementing half float textures (4 channel and 1 channel variants), which will further reduce the memory usage during Render. This will be used for e.g. Vertex Colors internally. For image textures we will check for .exr and .hdr, half float variants. So just as with byte and float single channel textures, the user needs to properly save the texture in his application of choice. This will also reduce the space needed on the harddrive, so it's a win win. We could auto detect all this, but that's not optimal, adds some startup time to each render and is generally something we should avoid. (9ddbf6ab)

Next week

Finish half floats implementation.

Questions

None.