You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rerootingSceneIndex.cpp, the _RerootingSceneIndexContainerDataSource, _RerootingSceneIndexPathArrayDataSource and _RerootingSceneIndexPathDataSource are located within an anonymous namespace, and are not accessible from outside the file.
Given the usefulness of these data sources, we ended up copying these over in our project to leverage the rerooting behavior without having to use a whole scene index, but it would be more convenient to have the original data sources exposed, to promote reusability and also benefit from any code changes these may receive.
The text was updated successfully, but these errors were encountered:
In rerootingSceneIndex.cpp, the
_RerootingSceneIndexContainerDataSource
,_RerootingSceneIndexPathArrayDataSource
and_RerootingSceneIndexPathDataSource
are located within an anonymous namespace, and are not accessible from outside the file.Given the usefulness of these data sources, we ended up copying these over in our project to leverage the rerooting behavior without having to use a whole scene index, but it would be more convenient to have the original data sources exposed, to promote reusability and also benefit from any code changes these may receive.
The text was updated successfully, but these errors were encountered: