Class: MoveGroupGui

MoveGroupGui~MoveGroupGui(group, options, guiParamsopt)

new MoveGroupGui(group, options, guiParamsopt)

Add MoveGroup folder into dat.gui for changing group's position, scale and rotation.
Parameters:
Name Type Attributes Default Description
group THREE.Group | THREE.Scene THREE.Group or THREE.Scene for moving.
options object the following options are available. See the options parameter of the MyThree class.
Properties
Name Type Attributes Description
axesHelper object <optional>
AxesHelper.
scales object <optional>
axes scales. See options.scales parameter of the AxesHelper class for details.
cookie Cookie <optional>
Your custom cookie function for saving and loading of the MoveGroup settings. Default cookie is not saving settings.
cookieName string <optional>
Name of the cookie is "MoveGroup" + options.cookieName.
guiSelectPoint GuiSelectPoint <optional>
A dat.gui based graphical user interface for select a point from the mesh. See GuiSelectPoint for details.
guiParams.folder GUI <optional>
is dat.GUI parent folder.
guiParams object <optional>
{} Followed parameters is allowed.
Properties
Name Type Attributes Description
lang object <optional>
Object with localized language values
Properties
Name Type Attributes Description
moveGroup object <optional>
use for rename of the MoveGroup folder. Default is 'Move Group'.
Source: