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