| 252 | } |
| 253 | |
| 254 | void vtkWebGLPolyData::SetTransformationMatrix(vtkMatrix4x4* m) |
| 255 | { |
| 256 | this->Superclass::SetTransformationMatrix(m); |
| 257 | for (size_t i = 0; i < this->Internal->Parts.size(); i++) |
| 258 | { |
| 259 | this->Internal->Parts[i]->SetMatrix(this->Matrix); |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | unsigned char* vtkWebGLPolyData::GetBinaryData(int part) |
| 264 | { |