|
|
In parse.cpp, function 'Parse_Transform_Block()' it calls 'MInvers()' two
times:
if(isInverse == true)
{
MInvers(New->matrix, New->matrix);
MInvers(New->inverse, New->inverse);
}
instead of just swapping the matrices. I can't find any reason for this,
i suppose it is just some unintended inefficiency.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 31 Dec. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|