<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>How to show unstructured points in colors?</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2 FACE="Courier New">Hi vtkusers,</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">My coordinate data are stored in arrays: x[n], y[n], z[n], and there is a measurement m[i] at each point (x[i], y[i], z[i]). All points are not on a regular grid. How do I show these scattered points in 3D space? The points may be represented with small cubes or spheres of different colors depending on the magnitude of measurement m. It will be even better if I have control of the point size. </FONT></P>
<P><FONT SIZE=2 FACE="Courier New">I am using Borland C++ Builder (BCB) 6 on WinXP. I installed vtkBorlandRenderWindow and the demo BCB project runs OK. This is my test drive of VTK. Any hints and tips to achieve my goal will be appreciated regardless of your programming language.</FONT></P>
<P><FONT SIZE=2 FACE="Courier New">Thank you</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">Yang</FONT>
<BR><FONT SIZE=2 FACE="Courier New"></FONT>
</P>
</BODY>
</HTML>