Class: GrGroup

SimpleObjects.GrGroup(paramsopt, paramInfoopt)

A "simple" object - a group Remember that the framework doesn't actually handle hierarchy - you add THREE Object3D to the group

Constructor

new GrGroup(paramsopt, paramInfoopt)

Parameters:
Name Type Attributes Description
params Object <optional>
Properties
Name Type Attributes Description
x number <optional>
y number <optional>
z number <optional>
paramInfo Array.<(string|Array)> <optional>

parameters for the GrObject (for sliders)

Source:

Methods

add(obj)

Add an Object3D to the group (not a GrObject!)

Parameters:
Name Type Description
obj T.Object3D
Source: