From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-December/000835.html | 65 +++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 pipermail/nel/2001-December/000835.html (limited to 'pipermail/nel/2001-December/000835.html') diff --git a/pipermail/nel/2001-December/000835.html b/pipermail/nel/2001-December/000835.html new file mode 100644 index 00000000..879947d3 --- /dev/null +++ b/pipermail/nel/2001-December/000835.html @@ -0,0 +1,65 @@ + + + + [Nel] Max Bezier Patches + + + + + + + + + +

[Nel] Max Bezier Patches +

+ Nel List + + nel@nevrax.org +
+ Tue, 25 Dec 2001 08:45:26 -0800 +

+
+ +
+> Unfortunately there appears to be no information whatsoever on the
+> interconnectivity of the patches.  Therefore, I can either add 
+> some complex
+
+If these are Bezier patches, then the outer control points (the four
+corners) will be shared with the neighbours; two corners per 
+neighbour. This seems to me to be equivalent to finding adjacent 
+triangles using shared edges, which certainly isn't complicated math 
+(although the simplest implementation takes O(n^2) time).
+
+
+
+
+ +
+

+ -- cgit v1.2.1