@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!
@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.
@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.
yeeeeee nurbs
chucktesta1997 1 month ago
Very interesting. I've been looking for something like this. Well done!
DrSchille 3 months ago
what are b-splines :P
KRAZY7777 1 year ago
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
Great work.
StephenTCooney 1 year ago
what does "C1 continuity" means ?
alainvig 1 year ago
@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.
CashmanTom 1 year ago
@CashmanTom okay...do you have the source code for this ?
alainvig 1 year ago
@alainvig Implementation, source code and preprint for this paper are all available from the link in the video description.
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
beautiful
4jeremy9 2 years ago