motion vector
- problem
TAA 和 DLSS 开启后,天空抖动,怀疑是浮点数计算误差的问题 - default value
默认值是0,静态物背景默认都不会写入velocity那张贴图,根据depth反算

- velocity encode and decode
把range为-2 到 2,转换到0 到 1
- validation (todo)
Weighted Reservoir Sampling
有趣而又实际的数学问题

缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true