NURBS with extraordinary points: High-degree, non-uniform, rational subdivision schemes
Loading...
12,071
Loading...
Uploader Comments (CashmanTom)
see all
All Comments (13)
-
yeeeeee nurbs
-
Very interesting. I've been looking for something like this. Well done!
-
what are b-splines :P
-
Great work.
-
@alainvig Implementation, source code and preprint for this paper are all available from the link in the video description.
-
@CashmanTom okay...do you have the source code for this ?
-
@alainvig It's a measure of parametric continuity which indicates that the first derivative is continuous. More information is available by searching for "C1 continuity" on Google, for example.
Loading...
Can this be implemented for Blender? Or is there a Linux platform that this can be run on?
RayTomlin 1 year ago
@RayTomlin The source code (available from the link in the video description) can be compiled for Linux platforms. The open source modeller 'Ayam', which runs on Linux, has also incorporated our example code as an experimental plugin. Of course this method _could_ also be implemented for Blender, but that depends on the priorities for the Blender development team!
CashmanTom 1 year ago
wonder how this is different from TSplines?
gururedbull 2 years ago
@gururedbull There are several differences. The scheme described in our paper cannot include "T-junctions" in the mesh: the key benefit of T-Splines. But T-Splines are unable (as far as I am aware) to handle high polynomial degrees in the way we do here. Both representations are compatible with NURBS, in some sense, but I think T-Splines are a superset of only bicubic NURBS, while our paper gives a superset of NURBS without any restriction on degree or knot spacing.
CashmanTom 1 year ago