[vtkusers] Display of a single 3D point
R K Shyamprakash
ramakrishna.prakash at quest-global.com
Tue Jun 3 23:52:11 EDT 2003
try the following code
vtkPointSource point = vtkPointSource::New();
point.SetRadius(..);
vtkPolyDataMapper mapper = ...
....
vtkActor actor = .....
actor->SetMapper(mapper)
......
regards
Shyam
-----Original Message-----
From: vtkusers-admin at public.kitware.com
[mailto:vtkusers-admin at public.kitware.com]On Behalf Of Vidhya Narayanan
Sent: Wednesday, June 04, 2003 2:57 AM
To: vtkusers at public.kitware.com
Subject: [vtkusers] Display of a single 3D point
Hi,
Can anyone tell me as to how to display a single 3D point?Thanks in
advance.
Vidhya
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list