Great question. Parametric equations introduce a new variable (parameter). Contrast how we learned about lines in high school:
y = m x + b a x + b y + c = 0
Versus a parametric equation:
x(t) = a1 t + a0 y(t) = b1 t + b0
The latter nicely generalizes to 3D, doesn't have any special cases (vertical lines), and can easily generate points on the line.
Another great question! I did some experiments and it seems that the vertexColors
property is only a part of Material
, not of Geometry
. At least in the current version of THREE.js.
We do have to modify the
For sure. Here's the section on parametric triangles
Key points: