Browse Source

readme 调整

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

6
README.md

@ -1,17 +1,17 @@
# NurbsEvaluator # NurbsEvaluator
---
A tool for evaluating multiple NURBS curve/surface points using the GPU. A tool for evaluating multiple NURBS curve/surface points using the GPU.
## Dependencies ## Dependencies
---
+ **MSVC** + **MSVC**
+ CUDA 11.8.0 + CUDA 11.8.0
## Usage ## Usage
---
#### Nurbs曲线 #### Nurbs曲线
在构造函数中传入控制点向量和knots向量: 在构造函数中传入控制点向量和knots向量:
```C++ ```C++

Loading…
Cancel
Save