#include <GeomOpMixIns.h>
Classes | |
class | SubEngine |
Public Member Functions | |
TransformGeomOpI (const std::string &name="transform") | |
void | knobs (Knob_Callback f, GeomOp *op) |
Sets up an axis knob in op. | |
Static Public Member Functions | |
static fdk::Mat4d | handlesParentTransform (ViewerContext *ctx, const GeomOp *op, const std::string &primPath) |
Protected Attributes | |
TransformKnobs | _transformKnobs |
Implements the transform behaviour for GeomOps. GeomOp plugins that wish to have this behaviour should inherit from this class and call TransformGeomOpI::knobs from its knobs method to set up the required knobs.
©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |