the constructor for PointArray is as follows:
PointArray(int vertexCount, int vertexFormat)
I want to make an extension for PointArray, but can't figure out how to
make the constructor.
I'm extending it as ParticleArray for a particle system project.
Particle extends Point3d and I want the ParticleArray to contain and
manage Particles. The constructor for ParticleArray should be the same
as PointArray and specify the number of vertices, and vertex format,
however "vertexCount" isn't a documented Field nor is "vertexFormat".
I'm sure this is a simple matter and I'm just going brainDead, but I'd
appreciate any help.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".