Class ObjectArray

java.lang.Object
org.web3d.util.ObjectArray

public class ObjectArray extends Object
Simple dynamic array structure that holds Object instances.

Idea is to save implementation weight when we don't really want to use a full java.util collections class, but don't want to have to re-implement the node copy/paste stuff every time.

Version:
$Revision: 1.7 $
Author:
Justin Couch