Loading...
Searching...
No Matches
coordSysPrimSceneIndexPlugin.h
1//
2// Copyright 2023 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_HDPRMAN_COORD_SYS_PRIM_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HDPRMAN_COORD_SYS_PRIM_SCENE_INDEX_PLUGIN_H
9
10#include "pxr/pxr.h"
11#if PXR_VERSION >= 2308
12
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "hdPrman/api.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
22class HdPrman_CoordSysPrimSceneIndexPlugin : public HdSceneIndexPlugin
23{
24public:
25 HdPrman_CoordSysPrimSceneIndexPlugin();
26
27protected:
28 HdSceneIndexBaseRefPtr _AppendSceneIndex(
29 const HdSceneIndexBaseRefPtr &inputScene,
30 const HdContainerDataSourceHandle &inputArgs) override;
31};
32
33PXR_NAMESPACE_CLOSE_SCOPE
34
35#endif // PXR_VERSION >= 2308
36
37#endif // PXR_IMAGING_HDPRMAN_COORD_SYS_PRIM_SCENE_INDEX_PLUGIN_H