PrimitiveGroupList

A list of primitive groups in a Geometry structure.

Constructor

new L3D.PrimitiveGroupList()

Properties

Is the list empty?

The number of groups in the list.

Methods

add(group)

Add a group to the list.

Parameters
group PrimitiveGroup

clear()

Remove all groups from the list.

copy(other)

Make this group a copy of [other].

Parameters
other PrimitiveGroupList

get(index)

Get a group from the list.

Parameters
index number

set(index, group)

Set a group in the list.

Parameters
index number
group PrimitiveGroup