Browse Source

readme 补充

master
Dtouch 2 years ago
parent
commit
cd9e02d6d1
  1. 6
      README.md

6
README.md

@ -53,4 +53,8 @@ NurbsSurface::Evaluator nurbsSurfaceEvaluator(
);
nurbsSurfaceEvaluator.setRecordTime(true);
nurbsSurfaceEvaluator.calculate(3, 4); // 计算时需要传入u、v两个方向的采样数目
```
```
# Primary Reference
+ [Direct Evaluation of NURBS Curves and Surfaces on the GPU - 2007 - Krishnamurthy, Khardekar, Mcmains](https://dl.acm.org/doi/abs/10.1145/1236246.1236293)
+ CUDA C编程权威指南 - 2017 - 程润伟 , Max Grossman , Ty McKercher
Loading…
Cancel
Save