Yes, in most renderer modules, settings like camera distance visibility can be exposed as user parameters if the module supports parameter customization. Here’s how you can typically do it:
-
Check Renderer Documentation:
- Review the documentation for your specific renderer to confirm which parameters can be exposed.
-
Expose Parameters:
- In many renderers, parameters can be promoted to user controls in the scene editor by:
- Using the Properties Editor (if available) to mark parameters as public or editable.
- Writing custom scripts or shaders to expose internal settings to the UI.
- In many renderers, parameters can be promoted to user controls in the scene editor by:
-
Scene Editor Configuration:
- Navigate to the camera or rendering settings in the scene editor.
- Look for options to bind parameters or add custom controls linked to the camera distance.
If you provide the specific renderer or software you’re using, I can guide you further!