PDA

View Full Version : About getMatrix() command


haohaoxuexi1
07-24-2017, 02:00 PM
When we apply getMatrix() command like below, we can get a 4x4 matrix.

x = node.getMatrix()
print x

Is there anyone can explain the meaning of the matrix like the number inside the matrix?

Is there example for how to operate the setMatrix() command object manipulation?

There is no explanation in Vizard help about the meaning of the matrix.

Thanks,

Jeff
07-24-2017, 08:58 PM
If you want to use matrices with Vizard you'll want to search online and read material about 3D graphics and matrices. What are you trying to accomplish?