Loading...
Searching...
No Matches
velocityMotionResolvingSceneIndexPlugin.h
1//
2// Copyright 2024 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HD_ST_VELOCITY_MOTION_RESOLVING_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HD_ST_VELOCITY_MOTION_RESOLVING_SCENE_INDEX_PLUGIN_H
9
10#include "pxr/imaging/hd/dataSource.h"
11#include "pxr/imaging/hd/sceneIndexObserver.h"
12#include "pxr/imaging/hd/sceneIndexPlugin.h"
13
14#include "pxr/pxr.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
18class HdSt_VelocityMotionResolvingSceneIndexPlugin : public HdSceneIndexPlugin
19{
20public:
21 HdSt_VelocityMotionResolvingSceneIndexPlugin();
22
23protected:
24 HdSceneIndexBaseRefPtr _AppendSceneIndex(
25 const HdSceneIndexBaseRefPtr &inputScene,
26 const HdContainerDataSourceHandle &inputArgs) override;
27};
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif // PXR_IMAGING_HD_ST_VELOCITY_MOTION_RESOLVING_SCENE_INDEX_PLUGIN_H