#include <GeomOpKnobs.h>
Public Member Functions | |
ImageableAndModelKnobs (int purpose, int visibility=0, int kind=0) | |
void | knobs (Knob_Callback f, GeomOp *op) |
void | knobsWithoutGroup (Knob_Callback f, GeomOp *op) |
Just call knobs() for the constituent knobs, don't create closed group. | |
Protected Attributes | |
int | _kind |
int | _purpose |
int | _visibility |
A class which provides common UI for Imageable and Model 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. |