7#ifndef EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MESH_H
8#define EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MESH_H
11#include "hdPrman/gprim.h"
12#include "pxr/imaging/hd/mesh.h"
16PXR_NAMESPACE_OPEN_SCOPE
23 HF_MALLOC_TAG_NEW(
"new HdPrman_Mesh");
25 HdPrman_Mesh(
SdfPath const&
id,
const bool isMeshLight);
27 HdDirtyBits GetInitialDirtyBitsMask()
const override;
31 _ConvertGeometry(HdPrman_RenderParam *renderParam,
35 std::vector<HdGeomSubset> *geomSubsets)
override;
37 bool _PrototypeOnly()
override;
44PXR_NAMESPACE_CLOSE_SCOPE
A mix-in template that adds shared gprim behavior to support various HdRprim types.
Adapter class providing data exchange with the client scene graph.
A path value used to locate objects in layers or scenegraphs.