3D TF ingest is triggered at load time through this service (owned by the app shell, not the domain-neutral runtime). When unset, TF ingest is skipped — non-3D builds simply never set it.
| 110 | // app shell, not the domain-neutral runtime). When unset, TF ingest is |
| 111 | // skipped — non-3D builds simply never set it. |
| 112 | void setTransformService(pj::scene3d::TransformService* service) { |
| 113 | transform_service_ = service; |
| 114 | } |
| 115 | |
| 116 | // Full filesystem path the given dataset was loaded from, or empty if this |
| 117 | // loader did not create it (e.g. a streaming or test dataset, or an id it has |
no outgoing calls
no test coverage detected