mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
4a74d7a538
commit
8a704c7e28
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user