7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_LIGHT_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_LIGHT_H
10#include "pxr/imaging/hd/light.h"
11#include "pxr/imaging/hd/sprim.h"
12#include "pxr/imaging/hd/types.h"
14#include "pxr/usd/sdf/path.h"
22#include <RiTypesHelper.h>
26PXR_NAMESPACE_OPEN_SCOPE
29class HdPrman_RenderParam;
44 HdDirtyBits *dirtyBits)
override;
56 riley::LightShaderId _shaderId;
57 riley::LightInstanceId _instanceId;
58 bool _visibleToCamera;
60 RtUString _lightShaderType;
63 SdfPathVector _lightFilterPaths;
64 std::vector<TfToken> _lightFilterLinks;
65 riley::CoordinateSystemId _lightFilterParentCoordSysId;
68 riley::GeometryPrototypeId _geometryPrototypeId;
72PXR_NAMESPACE_CLOSE_SCOPE
A light model, used in conjunction with HdRenderPass.
A representation for lights.
void Sync(HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override
Synchronizes state from the delegate to this object.
void Finalize(HdRenderParam *renderParam) override
Finalizes object resources.
HdDirtyBits GetInitialDirtyBitsMask() const override
Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of thi...
The HdRenderParam is an opaque (to core Hydra) handle, to an object that is obtained from the render ...
Adapter class providing data exchange with the client scene graph.
A path value used to locate objects in layers or scenegraphs.
Token for efficient comparison, assignment, and hashing of known strings.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...