Loading...
Searching...
No Matches
rileyGlobalsSceneIndexPlugin.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 EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_GLOBALS_SCENE_INDEX_PLUGIN_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_GLOBALS_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
22 public HdSceneIndexPlugin
23{
24public:
26
27protected:
28 HdSceneIndexBaseRefPtr _AppendSceneIndex(
29 const HdSceneIndexBaseRefPtr &inputScene,
30 const HdContainerDataSourceHandle &inputArgs) override;
31};
32
33PXR_NAMESPACE_CLOSE_SCOPE
34
35#endif //EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_GLOBALS_SCENE_INDEX_PLUGIN_H
Prman scene index plugin that inspects, e.g., HdSceneGlobalsSchema to add a riley:globals prim that c...