SetChanged sets the matNeedsUpdate flag of the node.
(changed bool)
| 219 | |
| 220 | // SetChanged sets the matNeedsUpdate flag of the node. |
| 221 | func (n *Node) SetChanged(changed bool) { |
| 222 | |
| 223 | n.matNeedsUpdate = changed |
| 224 | } |
| 225 | |
| 226 | // Changed returns the matNeedsUpdate flag of the node. |
| 227 | func (n *Node) Changed() bool { |
no outgoing calls
no test coverage detected