#include <GeomOpKnobs.h>
Public Member Functions | |
| SlrRenderOptionsKnobs (bool visibleToCamera, bool castShadow, bool receiveShadow) | |
| void | knobs (Knob_Callback f, GeomOp *op, bool groupOpenByDefault=false) |
| void | knobsWithoutGroup (Knob_Callback f, GeomOp *op) |
| Just call knobs() for the constituent knobs, don't create closed group. | |
Protected Attributes | |
| AuthoredValue< bool > | _visibleToCamera |
| AuthoredValue< bool > | _castShadow |
| AuthoredValue< bool > | _receiveShadow |
A class which provides common UI for ScanlineRender options on prims. Create one of these and call the knobs method to make the knobs. Then call the apply method to author the attributes.
| ©2026 The Foundry Visionmongers, Ltd. All Rights Reserved. |