Hi,
Thanks for the same. However, i think "-Dj3d.usecombiners" has a default
value of false in J3D 1.3.
Raghav
trz wrote:
Raghavendra R wrote:
Hi Kevin,
I tried setting the view transforms but couldn't resolve this issue.Will
the Back / Front ratio affect display changes? My observations are t
Raghavendra R wrote:
Hi Kevin,
I tried setting the view transforms but couldn't resolve this issue.Will
the Back / Front ratio affect display changes? My observations are that
if i zoom out to quite a large extent the color change appears and on
zooming in, the color change disappears and turns to
Ah, I mis-understood what you meant by the zooming, just to clarify,
you're saying its actually dependant on the _ammount_ that you zoom in?
Clipping might effect this, but only if you had two piece of geometry in
the same place (one green, one red) and one gets clipped as the front
plane hits it?
Hi Kevin,
I tried setting the view transforms but couldn't resolve this issue.Will
the Back / Front ratio affect display changes? My observations are that if
i zoom out to quite a large extent the color change appears and on zooming
in, the color change disappears and turns to the original col
> Hi,
>
> I am actually changing the Color of the Appearance Material of the
> Shape3D containing the LineArray. How do i reset the view to the same
> view after picking. The Picking process is transfered to my update( )
> method wherein i am changing the color.
>
Transform3D view = new Transfom3D
Hi,
I am actually changing the Color of the Appearance Material of the Shape3D
containing the LineArray. How do i reset the view to the same view after
picking. The Picking process is transfered to my update( ) method wherein
i am changing the color.
Also, how is it that the color change gets
Is your scene actually being refreshed after the pick? I'm not sure
changing the color of an entity will force a refresh?
Try resetting your view to the same view directly after your pick. This
should force a refresh.
Kev
> Hi,
>
> I have an application wherein i draw a set of lines (LineArray)
Hi,
I have an application wherein i draw a set of lines (LineArray) in Green
color initially. Further, when i pick this line and change its color to
Red, it doesnt get displayed in Red. Only when i zoom the window, the
color change can be seen. I am getting this problem after switching from
JRE 1