Synopsis
edit the depth cue information in a Graphics Display Kit camera
Input Ports
name |
string |
vis |
int |
enable |
int |
front |
float |
back |
float |
scale |
float |
Description
DepthCuePopup defines a dialog box for editing the depth cue information. The depth cue information is part of the Graphics Display Kit camera.
Input Ports
name
The dialog box's name. By default, the name is color_shell.
vis
An integer indicating whether ColorPopup's dialog box should appear: 0 means it should not appear; 1 means it should. Typical ways to make the dialog box appear are to connect the vis subobject to UIcmd.do or UIbutton.do. When the command or button is then pressed, the dialog box becomes visible.
enable
front
back
scale
Subobjects indicating depth cue information. When the dialog box first appears, these objects determine the initial settings of the dialog box's widgets. When you change the widget's settings, DepthCuePopup in turn updates the subobjects connected to enable, front, back and scale.
Example
Libraries.Graphics_Display.Editors.UI_Editors.CameraEditor
File
v/view.v
See also
For more information, see: