7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_CONE_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_CONE_H
11#if PXR_VERSION >= 2208
13#include "hdPrman/gprim.h"
14#include "pxr/imaging/hd/rprim.h"
18PXR_NAMESPACE_OPEN_SCOPE
25 HF_MALLOC_TAG_NEW(
"new HdPrman_Cone");
27 HdPrman_Cone(
SdfPath const&
id);
29 HdDirtyBits GetInitialDirtyBitsMask()
const override;
34 bool _ConvertGeometry(
35 HdPrman_RenderParam *renderParam,
39 RtPrimVarList *primvars,
40 std::vector<HdGeomSubset> *geomSubsets,
41 std::vector<RtPrimVarList> *geomSubsetPrimvars)
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.
std::vector< TfToken > TfTokenVector
Convenience types.