MatrixWorld returns a copy of the matrix world of this node.
()
| 810 | |
| 811 | // MatrixWorld returns a copy of the matrix world of this node. |
| 812 | func (n *Node) MatrixWorld() math32.Matrix4 { |
| 813 | |
| 814 | return n.matrixWorld |
| 815 | } |
| 816 | |
| 817 | // UpdateMatrix updates (if necessary) the local transform matrix |
| 818 | // of this node based on its position, quaternion, and scale. |
no outgoing calls
no test coverage detected