Loading...
Searching...
No Matches
pointInstancer.h File Reference
+ Include dependency graph for pointInstancer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdGeomPointInstancer
 Encodes vectorized instancing of multiple, potentially animated, prototypes (object/instance masters), which can be arbitrary prims/subtrees on a UsdStage. More...
 

Functions

USDGEOM_API bool UsdGeomPointInstancerApplyNewStyleListOps ()
 Returns true if list ops should be composed with SdfListOp::ApplyOperations() Returns false if list ops should be composed with SdfListOp::ComposeOperations().
 
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.
 

Function Documentation

◆ UsdGeomPointInstancerApplyNewStyleListOps()

USDGEOM_API bool UsdGeomPointInstancerApplyNewStyleListOps ( )

Returns true if list ops should be composed with SdfListOp::ApplyOperations() Returns false if list ops should be composed with SdfListOp::ComposeOperations().

◆ 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.