文件名称:hemisphere-sample:使用Hammersley点集进行均匀和余弦半球采样
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-20 03:25:59
JavaScript
半球样本 使用Hammersley点集进行半球采样(均匀和余弦) 安装 npm install hemisphere-sample 用法 import { hemisphereSampleUniform , hemisphereSampleCos } from "hemisphere-sample" ; for ( let i = 0 ; i < 256 ; ++ i ) { const uniform = hemisphereSampleUniform ( i , 256 ) ; const cos = hemisphereSampleCos ( i , 256 ) ; // result is an array // [v1, v2, v3] } 也可以看看 执照 麻省理工学院
【文件预览】:
hemisphere-sample-master
----.gitignore(42B)
----README.md(506B)
----package.json(856B)
----src()
--------index.js(688B)
----.npmignore(37B)