mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix live adjusts of tube
This commit is contained in:
parent
98d94188a8
commit
b82d279b91
@ -368,6 +368,9 @@ recalc_internals() {
|
|||||||
look_at(_mat, direction, LVector3f(0.0f, 0.0f, 1.0f), CS_zup_right);
|
look_at(_mat, direction, LVector3f(0.0f, 0.0f, 1.0f), CS_zup_right);
|
||||||
_mat.set_row(3, _a);
|
_mat.set_row(3, _a);
|
||||||
_inv_mat.invert_from(_mat);
|
_inv_mat.invert_from(_mat);
|
||||||
|
|
||||||
|
mark_viz_stale();
|
||||||
|
mark_bound_stale();
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user