> 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".

vertexCount == the number of points (vertices) in the point array.

Doug

===========================================================================
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".

Reply via email to