Babulesnik
Member
|
Does not save a matrix
Matrix kub_matrix[5];
Actor kib_act[5];
kub_matrix[1]=kub_act[1].matrix();
...
kub_act[2].matrix()=kub_matrix[1];
|
|
01-15-2011 04:08 PM |
|
Esenthel
Administrator
|
RE: Does not save a matrix
kub_act[2].matrix(kub_matrix[1]);
|
|
01-15-2011 04:22 PM |
|
Babulesnik
Member
|
RE: Does not save a matrix
(01-15-2011 04:22 PM)Esenthel Wrote: kub_act[2].matrix(kub_matrix[1]);
Without changes.
(01-15-2011 04:46 PM)Babulesnik Wrote: (01-15-2011 04:22 PM)Esenthel Wrote: kub_act[2].matrix(kub_matrix[1]);
Without changes.
I am sorry. Both variants correct, the problem was in other
(This post was last modified: 01-15-2011 05:08 PM by Babulesnik.)
|
|
01-15-2011 04:46 PM |
|