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