HDK
|
#include <resolvingSceneIndexPlugin.h>
Public Member Functions | |
USDSKELIMAGING_API HdSceneIndexBaseRefPtr | AppendSceneIndex (HdSceneIndexBaseRefPtr const &inputScene) override |
Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex. More... | |
USDSKELIMAGING_API HdContainerDataSourceHandle | FlattenedDataSourceProviders () override |
USDSKELIMAGING_API TfTokenVector | InstanceDataSourceNames () override |
USDSKELIMAGING_API TfTokenVector | ProxyPathTranslationDataSourceNames () override |
![]() | |
virtual USDIMAGING_API | ~UsdImagingSceneIndexPlugin () |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static void | Define () |
static std::vector < UsdImagingSceneIndexPluginUniquePtr > | GetAllSceneIndexPlugins () |
Get an instance of each registered UsdImagingSceneIndexPlugin. More... | |
Registers scene indices to resolve the Skeleton prim and points-based prim skinned by a Skeleton prim.
Definition at line 22 of file resolvingSceneIndexPlugin.h.
|
overridevirtual |
Override by client. Similar to HdSceneIndexPlugin::AppendSceneIndex.
Implements UsdImagingSceneIndexPlugin.
|
overridevirtual |
Clients can register additional HdFlattenedDataSourceProvider's that UsdImagingCreateSceneIndices will pass to the flattening scene index.
Clients can use HdMakeDataSourceContainingFlattenedDataSourceProvider::Make to create the values of the container data source.
Reimplemented from UsdImagingSceneIndexPlugin.
|
overridevirtual |
Clients can register additional names used by the (native) instance aggregation scene index when grouping instances.
For example, two instances with different material bindings cannot be aggregated together and instantiated by the same instancer.
UsdImagingCreateSceneIndices knows about several such bindings already. Here, clients can add additional data sources that should be expected by the aggregation scene index. These data sources are identified by their name in the prim-level container data source.
Reimplemented from UsdImagingSceneIndexPlugin.
|
overridevirtual |
Clients can register additional names of prim-level data sources that should receive path-translation for any path-valued data sources that point at instance proxies to point to corresponding prototypes.
Reimplemented from UsdImagingSceneIndexPlugin.