| 81 | } |
| 82 | |
| 83 | void GroupCommand::reset() |
| 84 | { |
| 85 | _globalOrder = 0.0f; |
| 86 | _isTransparent = true; |
| 87 | _skipBatching = false; |
| 88 | _is3D = false; |
| 89 | _depth = 0.0f; |
| 90 | _isWireframe = false; |
| 91 | } |
| 92 | |
| 93 | GroupCommand::~GroupCommand() |
| 94 | { |
no outgoing calls
no test coverage detected