| 78 | } |
| 79 | |
| 80 | void Object::HandleTransformationOccurred() { |
| 81 | Online *online = Online::Instance(); |
| 82 | if (online->IsActive()) { |
| 83 | online->Send<OnlineMessages::EditorTransformChange>(GetID(), translation_, scale_, rotation_); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | const MaterialEvent &Object::GetMaterialEvent(const std::string &the_event, const vec3 &event_pos, int *tri) { |
| 88 | // MaterialRef ref = Materials::Instance()->ReturnRef("Data/Materials/default.xml"); |
no test coverage detected