Designer Plugins
Plugins for Disguise Designer software.
Plugins for Disguise Designer software.
A Module allowing the user to render webpages with Chromium. Grabs the texture stream from its
underlying WebBrowser object that does the actual interfacing with Chromium.
Also allows for the sending of JavaScript commands and float/string parameters to the web page via its layer.
Base class: Module
The currently selected command to send to the web browser.
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 1
Category: Custom Parameters
UserName: Name 1
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 2
Category: Custom Parameters
UserName: Name 2
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 3
Category: Custom Parameters
UserName: Name 3
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 4
Category: Custom Parameters
UserName: Name 4
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 5
Category: Custom Parameters
UserName: Name 5
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 6
Category: Custom Parameters
UserName: Name 6
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 7
Category: Custom Parameters
UserName: Name 7
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.Name 8
Category: Custom Parameters
UserName: Name 8
A string value passed into the function String Name 1 each frame
Category: Custom Parameters
UserName: String 1
A string value passed into the function String Name 2 each frame
Category: Custom Parameters
UserName: String 2
A string value passed into the function String Name 3 each frame
Category: Custom Parameters
UserName: String 3
A string value passed into the function String Name 4 each frame
Category: Custom Parameters
UserName: String 4
A string value passed into the function String Name 5 each frame
Category: Custom Parameters
UserName: String 5
A string value passed into the function String Name 6 each frame
Category: Custom Parameters
UserName: String 6
A string value passed into the function String Name 7 each frame
Category: Custom Parameters
UserName: String 7
A string value passed into the function String Name 8 each frame
Category: Custom Parameters
UserName: String 8
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 1
Category: Custom Parameters
UserName: String Name 1
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 2
Category: Custom Parameters
UserName: String Name 2
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 3
Category: Custom Parameters
UserName: String Name 3
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 4
Category: Custom Parameters
UserName: String Name 4
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 5
Category: Custom Parameters
UserName: String Name 5
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 6
Category: Custom Parameters
UserName: String Name 6
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 7
Category: Custom Parameters
UserName: String Name 7
The name of a JavaScript function to call in the browser every frame.
The function name in JavaScript will be d3.String Name 8
Category: Custom Parameters
UserName: String Name 8
A comma separated list of DMX universes. Universes specified here will pass DMX data through to the browser.
Category: DMX Parameters
UserName: Universes (1-based)
A float value passed into the function Name 1 each frame
Category: Custom Parameters
UserName: Value 1
A float value passed into the function Name 2 each frame
Category: Custom Parameters
UserName: Value 2
A float value passed into the function Name 3 each frame
Category: Custom Parameters
UserName: Value 3
A float value passed into the function Name 4 each frame
Category: Custom Parameters
UserName: Value 4
A float value passed into the function Name 5 each frame
Category: Custom Parameters
UserName: Value 5
A float value passed into the function Name 6 each frame
Category: Custom Parameters
UserName: Value 6
A float value passed into the function Name 7 each frame
Category: Custom Parameters
UserName: Value 7
A float value passed into the function Name 8 each frame
Category: Custom Parameters
UserName: Value 8
The currently loaded web bookmark.
UserName: Bookmark
The time it takes for the web module to fade up from a completely transparent state.
UserName: Fade up time
The fraction of the framerate the web browser renders at. Can help performance with particularly large resolutions.
Does not help when in low latency output modes.
Options: {0: ‘1’, 1: ‘1/2’, 2: ‘1/3’, 3: ‘1/4’}
UserName: Framerate fraction
The height of the web view in pixels.
Category: Size
UserName: Height
The sizing mode of the web view.
Options: {0: ‘Match Mapping’, 1: ‘Custom’}
Category: Size
UserName: Size mode
The width of the web view in pixels.
Category: Size
UserName: Width
Clears the cache of the WebModule.
Returns whether the browser size fields should be greyed out (size mode is set to canvas).
Returns True if the browser size mode is set to canvas, False otherwise.
Resets the WebModule to its initial state.
Returns the underlying WebBrowser instance.
Returns A shared pointer to the WebBrowser object.