Hi Tom,
thanks for the answer. It is actually Display.PolygonMode, as in:
display.addReference( dataRef, new ConstantMap[]{new
ConstantMap(1.0,Display.PolygonMode)} );
Cheers,
Ugo
Tom Rink wrote:
Hi Ugo,
There's DisplayRealType.PolygonMode you could use in
a ConstantMap.
TomR
Ugo Taddei wrote:
Hi,
I have a surface. If I want to show only the mesh, I do:
gmcMode.setPolygonMode(DisplayImplJ3D.POLYGON_LINE);
where gmcMode is the graph mode control.
Now, this is valid for a whole display. How do I set the same mode
for a given dataset? (I don't wanna name names, but I'm sure Don
Murray knew this one. :-)
Thanks,
Ugo