()
| 65 | public Dict attributes = new Dict(); |
| 66 | transient protected Set<String> knownNonProperties; |
| 67 | long mod = 0; |
| 68 | WeakHashMap<MeshBuilder, BookmarkCache> cache = new WeakHashMap<>(); |
| 69 | WeakHashMap<MeshBuilder, BookmarkCache> cache_thickening = new WeakHashMap<>(); |
| 70 | private Map<Integer, Function<Node, Object>> auxProperties; |
| 71 |