Go to the source code of this file.
|
class | UsdGeomPointInstancer |
| Encodes vectorized instancing of multiple, potentially animated, prototypes (object/instance masters), which can be arbitrary prims/subtrees on a UsdStage. More...
|
|
◆ UsdGeomPointInstancerApplyNewStyleListOps()
USDGEOM_API bool UsdGeomPointInstancerApplyNewStyleListOps |
( |
| ) |
|
◆ UsdGeomPointInstancerSetOrMergeOverOp()
USDGEOM_API bool UsdGeomPointInstancerSetOrMergeOverOp |
( |
std::vector< int64_t > const & |
items, |
|
|
SdfListOpType |
op, |
|
|
UsdPrim const & |
prim, |
|
|
TfToken const & |
metadataName |
|
) |
| |
Applies a list operation of type op
using items
over the existing list operation on prim
with the name metadataName
.