| 743 | } |
| 744 | |
| 745 | void GuiShapeEdPreview::updateNodeTransforms() |
| 746 | { |
| 747 | if ( mModel ) |
| 748 | mModel->mDirtyFlags[0] |= TSShapeInstance::TransformDirty; |
| 749 | } |
| 750 | |
| 751 | bool GuiShapeEdPreview::getMeshHidden( const char* name ) const |
| 752 | { |
no outgoing calls
no test coverage detected