| 84 | } |
| 85 | |
| 86 | template<class F> void visit_fields(polymer::transform & o, F f) { f("position", o.position); f("orientation", o.orientation); } |
| 87 | |
| 88 | // Polymer Asset Handles |
| 89 | inline void to_json(json & archive, const texture_handle & m) { archive = m.name == "empty" ? "" : m.name; } |