(int sceneId)
| 29 | public RTree<SceneBlock, Geometry> sceneBlockIndex; |
| 30 | |
| 31 | public static SceneMeta of(int sceneId) { |
| 32 | return new SceneMeta().load(sceneId); |
| 33 | } |
| 34 | |
| 35 | public SceneMeta load(int sceneId){ |
| 36 | // Get compiled script if cached |
no test coverage detected