#include <GeomOpKnobs.h>
Public Member Functions | |
TransformKnobs (const std::string &name) | |
void | knobs (Knob_Callback f, GeomOp *op) |
Knob * | transformKnob () const |
const fdk::Mat4d & | transform () const |
Protected Attributes | |
Knob * | _transformKnob |
fdk::Mat4d | _localTransform |
Local matrix that Axis_Knob fills in. | |
std::string | _transformKnobName |
A class which provides common UI for transforming prims. Create one of these and call the knobs method to make the knobs. Then call the apply method to author the attributes.
©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |