| | Re: VB - parts and transformation matrices, Z-ordering, optional lines, bow-tied quads - help!
|
| (...) Imagine you have Modeling Matrix M and another matrix A to multiply it by, like when you use command 1 (one, include of another .DAT file) And you want to keep the final Matrix as a New modelling Matrix (NM) so, you must be doing NM = M . A (...) (24 years ago, 27-Mar-01, to lugnet.cad)
| | | | Re: VB - parts and transformation matrices, Z-ordering, optional lines, bow-tied quads - help!
|
| Fixed it! When running the coords through the matrix I wasn't storing the new values in a separate array, so when it came to calculating the new Z coord on the 4-4ndis.dat and 4-4disc.dat parts I was using the translated X and Y coords in the calc (...) (24 years ago, 28-Mar-01, to lugnet.cad)
| |