What does the copymat command do exactly?
What is the matrix referring to? combination information?
Also what is the difference between clone and copy, other than the fact that with the copy command we can decide the name of the new oject?
Vikram Atreya said:
What does the copymat command do exactly?
What is the matrix referring to? combination information?
copymat copies a matrix from one combination object to another. Every object has a representation in the 3D space defined by a mathematical 4x4 matrix (i.e., 16 double floating point numbers) that define its location, orientation, and size.
This matrix isnt related to the combinations that come from c cmd then, its just the spacial positioning and orientation. Am i right?
what do you mean by related?
the c command creates a combination, right?
when a combination is written to the .g file, one of the things written is a matrix. there can be a matrix on that combination as well as matrices on any of the combinations that it references too.
Last updated: Jan 09 2025 at 00:46 UTC