*** empty log message ***

This commit is contained in:
David Rose 2001-02-09 23:30:47 +00:00
parent 4a74d7a538
commit 8a704c7e28

View File

@ -1534,6 +1534,10 @@ compute_seg_col(int c,
LVecBase4f ov = GB * LVecBase4f(3.0*t*t, 2.0*t, 1.0, 0.0); LVecBase4f ov = GB * LVecBase4f(3.0*t*t, 2.0*t, 1.0, 0.0);
if (parametrics_cat.is_debug()) { if (parametrics_cat.is_debug()) {
parametrics_cat.debug() parametrics_cat.debug()
<< "Matrix is:\n";
GB.write(parametrics_cat.debug(false), 2);
parametrics_cat.debug(false)
<< "vector is " << LVecBase4f(3.0*t*t, 2.0*t, 1.0, 0.0) << "\n"
<< "orig tangent = " << ov << "\n"; << "orig tangent = " << ov << "\n";
} }
P.set_col(c, ov); P.set_col(c, ov);